diff options
Diffstat (limited to 'sbin/mount_vnd/Makefile')
-rw-r--r-- | sbin/mount_vnd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile index 6b869d77050..071a2560dac 100644 --- a/sbin/mount_vnd/Makefile +++ b/sbin/mount_vnd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/05/26 03:37:45 grunk Exp $ +# $OpenBSD: Makefile,v 1.3 2007/05/26 21:39:45 grunk Exp $ PROG= mount_vnd SRCS= mount_vnd.c pkcs5_pbkdf2.c @@ -8,6 +8,10 @@ DPADD= ${LIBUTIL} LINKS= ${BINDIR}/mount_vnd ${BINDIR}/vnconfig MLINKS= mount_vnd.8 vnconfig.8 +# XXX compatibility +afterinstall: + (cd ${DESTDIR}/usr/sbin && ln -sf ../../sbin/vnconfig .) + MAN= mount_vnd.8 .include <bsd.prog.mk> |