0cea0924a6
The tool has been changed heavily to match our VND driver model. NetBSD is in the process of renaming it from vnconfig(8) to vndconfig(8). To keep things in sync, we have to play along. Change-Id: Ie86df184f03ab00573ea76b43c9caa0412e8321d
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/06/09 22:00:50 jmmv Exp $
|
|
|
|
PROG= vnconfig
|
|
MAN= vnconfig.8
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
LINKS+= ${BINDIR}/vnconfig ${BINDIR}/vndconfig
|
|
MLINKS+= vnconfig.8 vndconfig.8
|
|
|
|
.include <bsd.prog.mk>
|