Document r287222, pf(4) support for 'scrub fragment crop|drop-ovl'
[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>