]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/logger/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>