freebsd-src/libexec/fingerd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
268 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
.include <src.opts.mk>
1994-05-27 12:39:25 +00:00
PROG= fingerd
2014-11-25 21:18:18 +00:00
LIBADD= util
MAN= fingerd.8
1994-05-27 12:39:25 +00:00
WARNS?= 2
WFORMAT=0
.if ${MK_BLACKLIST_SUPPORT} != "no"
CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blocklist/include
LIBADD+= blacklist
LDFLAGS+=-L${LIBBLACKLISTDIR}
.endif
1994-05-27 12:39:25 +00:00
.include <bsd.prog.mk>