summaryrefslogtreecommitdiff
path: root/distrib/sparc64/miniroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sparc64/miniroot/Makefile')
-rw-r--r--distrib/sparc64/miniroot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile
index 5000ce43f74..3713f5247de 100644
--- a/distrib/sparc64/miniroot/Makefile
+++ b/distrib/sparc64/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2019/04/30 23:25:19 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2019/04/30 23:37:32 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 5760
@@ -83,9 +83,6 @@ mr.fs: instbin
rm $@.d/instbin
makefs ${MRMAKEFSARGS} $@ $@.d
-instbin.conf: ${LISTS}
- awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf
-
instbin.mk instbin.cache instbin.c: instbin.conf
crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \
-c instbin.c -e instbin -m instbin.mk instbin.conf
@@ -93,6 +90,9 @@ instbin.mk instbin.cache instbin.c: instbin.conf
instbin: instbin.mk instbin.cache instbin.c
${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all
+instbin.conf: ${LISTS}
+ awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf
+
unconfig:
-umount -f ${MOUNT_POINT}
-[ -f vnd ] && vnconfig -u `cat vnd` && rm -f vnd