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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
vnconfig
/
Makefile
blob
ecac481fb94983570099ea57899248ffbede4326
1
# $NetBSD: Makefile,v 1.5 1997/09/29 05:24:24 enami Exp $
2
3
PROG
=
vnconfig
4
MAN
=
vnconfig
.8
5
DPADD
+= ${
LIBUTIL
}
6
LDADD
+= -
lutil
7
8
.
include
<
bsd.prog.mk
>