Deleted Added
sdiff udiff text old ( 160750 ) new ( 169344 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/logger/Makefile 169344 2007-05-07 11:28:01Z dwmalone $
3
4.include <bsd.own.mk>
5
6PROG= logger
7WARNS?= 6
8
9.if ${MK_INET6_SUPPORT} != "no"
10CFLAGS+= -DINET6
11.endif
12
13.include <bsd.prog.mk>