]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rlogind/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / rlogind / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   rlogind
7 MAN=    rlogind.8
8 DPADD=  ${LIBUTIL}
9 LDADD=  -lutil
10 WARNS?= 2
11
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+= -DINET6
14 .endif
15
16 .include <bsd.prog.mk>