]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rlogind/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / libexec / rlogind / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PACKAGE=rcmds
7 PROG=   rlogind
8 MAN=    rlogind.8
9 PACKAGE=rcmds
10 LIBADD= util
11 WARNS?= 2
12
13 .if ${MK_INET6_SUPPORT} != "no"
14 CFLAGS+= -DINET6
15 .endif
16
17 .if ${MK_BLACKLIST_SUPPORT} != "no"
18 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
19 LIBADD+= blacklist
20 LDFLAGS+=-L${LIBBLACKLISTDIR}
21 .endif
22
23 .include <bsd.prog.mk>