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