Deleted Added
full compact
Makefile (113091) Makefile (160753)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/trpt/Makefile 113091 2003-04-04 17:49:21Z obrien $
2# $FreeBSD: head/usr.sbin/trpt/Makefile 160753 2006-07-27 14:52:12Z yar $
3
3
4.include <bsd.own.mk>
5
4PROG= trpt
5MAN= trpt.8
6BINGRP= kmem
7BINMODE= 2555
8
9WARNS?= 4
6PROG= trpt
7MAN= trpt.8
8BINGRP= kmem
9BINMODE= 2555
10
11WARNS?= 4
12
13.if ${MK_INET6_SUPPORT} != "no"
10CFLAGS+= -DINET6
14CFLAGS+= -DINET6
15.endif
11
12.include <bsd.prog.mk>
16
17.include <bsd.prog.mk>