]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/logger/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / logger / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   logger
7 WARNS?= 6
8
9 .if ${MK_INET6_SUPPORT} != "no"
10 CFLAGS+= -DINET6
11 .endif
12
13 .include <bsd.prog.mk>