From e824d0a67754988b985061a9cfb0e98ab023c9ba Mon Sep 17 00:00:00 2001 From: Alexander von Gernler Date: Sat, 26 May 2007 03:37:46 +0000 Subject: make mount_vnd a C program by pulling in the vnconfig(8) source and adding a mount_vnd(8) interface to it. merge manpages as well. next goal is to have this here completely replace the usr.sbin/vnconfig directory. prodded by many, manpage discussion and help jmc@, "go ahead" deraadt@ --- sbin/mount_vnd/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'sbin/mount_vnd/Makefile') diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile index 33a7137f794..6b869d77050 100644 --- a/sbin/mount_vnd/Makefile +++ b/sbin/mount_vnd/Makefile @@ -1,9 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2007/04/14 11:54:00 grunk Exp $ +# $OpenBSD: Makefile,v 1.2 2007/05/26 03:37:45 grunk Exp $ -MAN=mount_vnd.8 +PROG= mount_vnd +SRCS= mount_vnd.c pkcs5_pbkdf2.c +LDADD= -lutil -lcrypto +DPADD= ${LIBUTIL} -beforeinstall: - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/mount_vnd ${DESTDIR}${BINDIR}/mount_vnd +LINKS= ${BINDIR}/mount_vnd ${BINDIR}/vnconfig +MLINKS= mount_vnd.8 vnconfig.8 + +MAN= mount_vnd.8 .include -- cgit v1.2.3