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
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
usr.sbin
/
pvcsif
/
Makefile
blob
4d3b72f42182700695a995e5677de6696fa7ac8d
1
# $NetBSD: Makefile,v 1.1 1999/07/11 17:35:07 itojun Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
pvcsif
6
MAN
=
pvcsif
.8
7
8
.if
(${
USE_INET6
} !=
"no"
)
9
CPPFLAGS
+=-
DINET6
10
.
endif
11
12
.
include
<
bsd.prog.mk
>