summaryrefslogtreecommitdiff
path: root/distrib/ramdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-24 23:16:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-24 23:16:49 +0000
commitd1480d45d48bd48722076b21be7ab615833e9db4 (patch)
tree21b73eb5b7049d2281fc7fb620aa008d547d1bdd /distrib/ramdisk
parent38fe8f7c5fd6232b3ae88f58204975216efff611 (diff)
always allow unconfig
Diffstat (limited to 'distrib/ramdisk')
-rw-r--r--distrib/ramdisk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index b6c34b9aba7..76e0ebc1d6d 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/05/15 08:46:10 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1997/05/24 23:16:48 deraadt Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -107,11 +107,6 @@ ${IMAGE}: ${CBIN}
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}
-unconfig:
- -umount -f ${MOUNT_POINT}
- -vnconfig -u ${VND}
- -/bin/rm -f ${REALIMAGE}
-
${CBIN}.conf: ${LISTS}
awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf
@@ -133,5 +128,11 @@ beforeinstall:
.endif
.endif # DESTDIR check
+
+unconfig:
+ -umount -f ${MOUNT_POINT}
+ -vnconfig -u ${VND}
+ -/bin/rm -f ${REALIMAGE}
+
.include <bsd.obj.mk>
.include <bsd.subdir.mk>