summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 14:52:12 +0000
committeryar <yar@FreeBSD.org>2006-07-27 14:52:12 +0000
commitead31935860e753d9163a4e044137c2dd3e0123b (patch)
treec45142799df2a8321ff8c2eba470a4722c0a75da /usr.sbin/trpt/Makefile
parent1ecaa827fdda9ced06ba5529dd805324a29f52fb (diff)
downloadFreeBSD-src-ead31935860e753d9163a4e044137c2dd3e0123b.zip
FreeBSD-src-ead31935860e753d9163a4e044137c2dd3e0123b.tar.gz
Obey MK_INET6_SUPPORT.
Diffstat (limited to 'usr.sbin/trpt/Makefile')
-rw-r--r--usr.sbin/trpt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/trpt/Makefile b/usr.sbin/trpt/Makefile
index cf1680b..5c62ce0 100644
--- a/usr.sbin/trpt/Makefile
+++ b/usr.sbin/trpt/Makefile
@@ -1,12 +1,17 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <bsd.own.mk>
+
PROG= trpt
MAN= trpt.8
BINGRP= kmem
BINMODE= 2555
WARNS?= 4
+
+.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud