summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-21 01:16:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-21 01:16:34 +0000
commit13b7e933faff972ea702fd7f811685bd74fc47d4 (patch)
tree6f6fab89aa6f3cbaa59cd768ed03b5844c78d622 /distrib
parentdc273e966735cc0fccac163c65d7d5adb3722a71 (diff)
always expose unconfig target
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index 6203d75524a..2819d750554 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1997/05/14 18:39:02 niklas Exp $
+# $OpenBSD: Makefile,v 1.15 1997/05/21 01:16:33 deraadt Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -58,11 +58,6 @@ all: ${CBIN} bsd
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}
-unconfig:
- -umount -f ${MOUNT_POINT}
- -vnconfig -u ${VND}
- -/bin/rm -f ${IMAGE}
-
${CBIN}.conf: ${LISTS}
awk -f ${.CURDIR}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf
@@ -81,5 +76,11 @@ beforeinstall:
cp ${IMAGE} ${DESTDIR}/snapshot
.endif # DESTDIR check
+
+unconfig:
+ -umount -f ${MOUNT_POINT}
+ -vnconfig -u ${VND}
+ -/bin/rm -f ${IMAGE}
+
.include <bsd.obj.mk>
.include <bsd.subdir.mk>