summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/trpt/Makefile')
-rw-r--r--usr.sbin/trpt/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/trpt/Makefile b/usr.sbin/trpt/Makefile
new file mode 100644
index 0000000..5c62ce0
--- /dev/null
+++ b/usr.sbin/trpt/Makefile
@@ -0,0 +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