]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/trpt/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / trpt / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   trpt
7 MAN=    trpt.8
8 BINGRP= kmem
9 BINMODE= 2555
10
11 WARNS?= 4
12
13 .if ${MK_INET6_SUPPORT} != "no"
14 CFLAGS+= -DINET6
15 .endif
16
17 .include <bsd.prog.mk>