Home | History | Annotate | Line # | Download | only in trpt
      1 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2 #	$NetBSD: Makefile,v 1.11 2016/12/23 10:19:58 mrg Exp $
      3 
      4 .include <bsd.own.mk>
      5 
      6 USE_FORT?= yes	# network client, effectively
      7 
      8 PROG=	trpt
      9 MAN=	trpt.8
     10 
     11 DPADD=	${LIBKVM}
     12 LDADD=	-lkvm
     13 
     14 .if (${USE_INET6} != "no")
     15 CPPFLAGS+=	-DINET6
     16 .endif
     17 
     18 .include "../../compat/exec.mk"
     19 
     20 .include <bsd.prog.mk>
     21