diff options
Diffstat (limited to 'distrib/i386/common/Makefile.inc')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index d854eee0b47..1db3ed2d51d 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,8 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.50 2019/04/29 01:48:40 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.51 2019/04/29 15:56:25 deraadt Exp $ -TOP= ${.CURDIR}/.. - -.include "${TOP}/Makefile.inc" IMAGE= mr.fs CRUNCHCONF?= instbin.conf LISTS?= ${.CURDIR}/../common/list @@ -66,7 +63,7 @@ ${IMAGE}: instbin rm -rf $@.d install -d -o root -g wheel $@.d mtree -def ${MTREE} -p $@.d -u - TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} OSrev=${OSrev} \ + CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} OSrev=${OSrev} \ TARGDIR=$@.d UTILS=${UTILS} RELEASEDIR=${RELEASEDIR} \ sh ${UTILS}/runlist.sh ${LISTS} rm $@.d/instbin |