summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt/Makefile
blob: 5c62ce049a6a74e3443766e2b4b48944492dd8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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