1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: releng/11.0/usr.sbin/trpt/Makefile 265420 2014-05-06 04:22:01Z imp $
3
4.include <src.opts.mk>
5
6PROG=	trpt
7MAN=	trpt.8
8BINGRP=	kmem
9BINMODE= 2555
10
11WARNS?=	4
12
13.if ${MK_INET6_SUPPORT} != "no"
14CFLAGS+= -DINET6
15.endif
16
17.include <bsd.prog.mk>
18