1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD: stable/10/usr.sbin/trpt/Makefile 160753 2006-07-27 14:52:12Z yar $ 3 4.include <bsd.own.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