]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rlogind/Makefile
Bring down 0.4.5 vendor files and other catchups with the distribution tarball.
[FreeBSD/FreeBSD.git] / libexec / rlogind / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   rlogind
7 MAN=    rlogind.8
8 LIBADD= util
9 WARNS?= 2
10
11 .if ${MK_INET6_SUPPORT} != "no"
12 CFLAGS+= -DINET6
13 .endif
14
15 .include <bsd.prog.mk>