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