From 13b7e933faff972ea702fd7f811685bd74fc47d4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 21 May 1997 01:16:34 +0000 Subject: always expose unconfig target --- distrib/miniroot/Makefile | 13 +++++++------ 1 file 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 .include -- cgit v1.2.3