]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - libexec/rlogind/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>