diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-28 15:21:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-28 15:21:51 +0000 |
commit | 9f26f88fc9914553f72c6c16a69ab28d35da1f66 (patch) | |
tree | 6916054d9b733b75537d8d6af1c2aa2334fdec8f /distrib/amd64/ramdisk_cd | |
parent | b23dbd1048b63741bb0d8faf81e0932a68989654 (diff) |
CBIN variable is also pointless, it is always "instbin". Rather than
having two mysterious names, let's settle on one.
Diffstat (limited to 'distrib/amd64/ramdisk_cd')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/ramdisk_cd/Makefile.inc b/distrib/amd64/ramdisk_cd/Makefile.inc index d2d6b0be6b5..98977948414 100644 --- a/distrib/amd64/ramdisk_cd/Makefile.inc +++ b/distrib/amd64/ramdisk_cd/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2019/04/28 14:48:10 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2019/04/28 15:21:49 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -104,7 +104,7 @@ instbin: instbin.mk instbin.cache instbin.c strip -R .comment -R .SUNW_ctf instbin instbin.conf: ${LISTS} - awk -f ${UTILS}/makeconf.awk CBIN=instbin ${LISTS} > instbin.conf + awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf clean cleandir: /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \ |