summaryrefslogtreecommitdiffstats
path: root/usr.bin/logger/Makefile
blob: 922192ce919f81e47f18d2acd9b3ee31ebf65165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <bsd.own.mk>

PROG=	logger

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud