[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / vnconfig

File: [local] / src / sbin / vnconfig / Makefile (download)

Revision 1.1, Thu Apr 25 16:50:36 2019 UTC (5 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD

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.

# $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>