diff options
Diffstat (limited to 'distrib/alpha/miniroot/Makefile')
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index 0c6ae7ffc81..7e2e8f43106 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/04/30 23:25:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2019/04/30 23:37:31 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 5760 @@ -87,9 +87,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 @@ -98,6 +95,9 @@ instbin: instbin.mk instbin.cache instbin.c ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all strip ${STRIPOPTS} instbin +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 |