Deleted Added
full compact
Makefile (169344) Makefile (201386)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/logger/Makefile 169344 2007-05-07 11:28:01Z dwmalone $
2# $FreeBSD: head/usr.bin/logger/Makefile 201386 2010-01-02 10:27:05Z ed $
3
4.include <bsd.own.mk>
5
6PROG= logger
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>
7
8.if ${MK_INET6_SUPPORT} != "no"
9CFLAGS+= -DINET6
10.endif
11
12.include <bsd.prog.mk>