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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
pvctxctl
/
Makefile
blob
1b23e6b9faf1842f3a37e4e44d9817924364e483
1
# $NetBSD: Makefile,v 1.1 1999/07/11 17:35:08 itojun Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
pvctxctl
6
MAN
=
pvctxctl
.8
7
8
.if
(${
USE_INET6
} !=
"no"
)
9
CPPFLAGS
+=-
DINET6
10
.
endif
11
12
.
include
<
bsd.prog.mk
>