repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.sbin
/
vnconfig
/
Makefile
blob
49166280904f7e2a8d217c2caa40fa4dd723ea5a
1
# $NetBSD: Makefile,v 1.8 2013/06/09 22:00:50 jmmv Exp $
2
3
PROG
=
vnconfig
4
MAN
=
vnconfig
.8
5
DPADD
+= ${
LIBUTIL
}
6
LDADD
+= -
lutil
7
LINKS
+= ${
BINDIR
}/
vnconfig
${
BINDIR
}/
vndconfig
8
MLINKS
+=
vnconfig
.8
vndconfig
.8
9
10
.
include
<
bsd.prog.mk
>