minix/usr.sbin/vnconfig/Makefile
David van Moolenbroek 0cea0924a6 Import NetBSD vndconfig(8)
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
2014-03-01 09:04:54 +01:00

11 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>