diff options
author | 2002-04-30 01:05:22 +0000 | |
---|---|---|
committer | 2002-04-30 01:05:22 +0000 | |
commit | 210cddf3b9368f7af9c3629a1c6e76785d8540cc (patch) | |
tree | 1f0c667f0e87e27489e7cd03033078b500a8305c | |
parent | dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7. (diff) | |
download | wireguard-openbsd-210cddf3b9368f7af9c3629a1c6e76785d8540cc.tar.xz wireguard-openbsd-210cddf3b9368f7af9c3629a1c6e76785d8540cc.zip |
do not delete the filesystem on "make unconfig"
-rw-r--r-- | distrib/i386/common/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index 007a1c1b5c3..d27f95909dd 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2002/04/28 18:28:33 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2002/04/30 01:05:22 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -91,7 +91,6 @@ rdsetroot: ${TOP}/../common/rdsetroot.c unconfig: -umount -f ${MOUNT_POINT} -vnconfig -u ${VND} - -/bin/rm -f ${IMAGE} .PRECIOUS: ${IMAGE} |