Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / trpt / Makefile
blob90453987806bddd410a158ef6a9364ec7e822111
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $NetBSD: Makefile,v 1.9 2005/09/06 03:05:15 rpaulo Exp $
4 .include <bsd.own.mk>
6 USE_FORT?= yes # network client, effectively
8 PROG= trpt
9 MAN= trpt.8
11 DPADD= ${LIBKVM}
12 LDADD= -lkvm
14 .if (${USE_INET6} != "no")
15 CPPFLAGS+= -DINET6
16 .endif
18 .include <bsd.prog.mk>