repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
trpt
/
Makefile
blob
90453987806bddd410a158ef6a9364ec7e822111
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.9 2005/09/06 03:05:15 rpaulo 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
<
bsd.prog.mk
>