diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-29 15:56:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-29 15:56:27 +0000 |
commit | 5f87b1a8c6a70d1837331ad3e16868ca0f479761 (patch) | |
tree | c015cce7a85541dfa66f468e6f86978eb2091493 /distrib/sparc64/bsd.rd/Makefile | |
parent | e024a8a5b234b90892405983af54e8be2a77d43b (diff) |
TOPDIR and TOP are not neccessary.
Diffstat (limited to 'distrib/sparc64/bsd.rd/Makefile')
-rw-r--r-- | distrib/sparc64/bsd.rd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/distrib/sparc64/bsd.rd/Makefile b/distrib/sparc64/bsd.rd/Makefile index 43ddbf3831a..dc273a23f87 100644 --- a/distrib/sparc64/bsd.rd/Makefile +++ b/distrib/sparc64/bsd.rd/Makefile @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile,v 1.41 2019/04/29 01:48:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.42 2019/04/29 15:56:26 deraadt Exp $ -TOP= ${.CURDIR}/.. - -.include "${TOP}/Makefile.inc" IMAGE= ramdisk${OSrev}.fs LISTS?= ${.CURDIR}/list -UTILS?= ${TOP}/../miniroot +UTILS?= ${.CURDIR}/../../miniroot STRIPOPTS?= -R .SUNW_ctf MTREE= ${UTILS}/mtree.conf @@ -33,7 +30,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 |