summaryrefslogtreecommitdiff
path: root/sbin/mount_vnd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_vnd/Makefile')
-rw-r--r--sbin/mount_vnd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile
index edfd1e00cf1..cd70690c0bd 100644
--- a/sbin/mount_vnd/Makefile
+++ b/sbin/mount_vnd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2007/05/27 21:56:57 bluhm Exp $
+# $OpenBSD: Makefile,v 1.5 2007/09/05 07:12:35 grunk Exp $
PROG= mount_vnd
SRCS= mount_vnd.c pkcs5_pbkdf2.c
@@ -8,10 +8,6 @@ DPADD= ${LIBUTIL}
LINKS= ${BINDIR}/mount_vnd ${BINDIR}/vnconfig
MLINKS= mount_vnd.8 vnconfig.8
-# XXX compatibility
-afterinstall:
- ln -sf ../../sbin/vnconfig ${DESTDIR}/usr/sbin
-
MAN= mount_vnd.8
.include <bsd.prog.mk>