]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/rlogind/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>