]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rlogind/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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>