diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-09-05 07:12:36 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-09-05 07:12:36 +0000 |
commit | b14c54aa14434e360538aef1fa05a9577e42d660 (patch) | |
tree | 26b9bd3cf9e695cc45efdd8e5a4a7410286039fe /sbin/mount_vnd | |
parent | d9a08d6aa743e309320a03a1be40f0070300d09d (diff) |
remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one
release now.
ok deraadt@ todd@
Diffstat (limited to 'sbin/mount_vnd')
-rw-r--r-- | sbin/mount_vnd/Makefile | 6 |
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> |