aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger/Makefile
blob: 5e0e45f6394dce0d0e73b6008c6e16cc1cf6f71a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD: src/usr.bin/logger/Makefile,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $

.include <bsd.own.mk>

PROG=	logger
WARNS?=	6

.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

.include <bsd.prog.mk>