diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-25 16:50:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-25 16:50:37 +0000 |
commit | 4a1dbc66b636e0b10c07f2c4229becdfd76550e4 (patch) | |
tree | fef1947436140f8dc9c81bc8a7224a4955099c65 /sbin/vnconfig/Makefile | |
parent | b07ae3dd763e99a9e708a1dd1542938f4c9e6475 (diff) |
Split vnconfig out of mount_vnd, and begin work on a vnd-allocation
option which will ease distribution build.
not connected to the build yet.
Diffstat (limited to 'sbin/vnconfig/Makefile')
-rw-r--r-- | sbin/vnconfig/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/vnconfig/Makefile b/sbin/vnconfig/Makefile new file mode 100644 index 00000000000..15ef23c3041 --- /dev/null +++ b/sbin/vnconfig/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2019/04/25 16:50:36 deraadt Exp $ + +PROG= vnconfig +LDADD= -lutil +DPADD= ${LIBUTIL} + +CDIAGFLAGS+= -Wall + +MAN= vnconfig.8 + +.include <bsd.prog.mk> |