summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-06 17:52:59 +0000
committerobrien <obrien@FreeBSD.org>2001-09-06 17:52:59 +0000
commit35e8b8b0577801c3cb09674ea1b109ba12e0dbd9 (patch)
tree2c73691eec48a269c76268cea117166694417158 /usr.sbin/amd/include/Makefile
parent7ebc549651b07749b907b3a6007d74c5ea1eb202 (diff)
downloadFreeBSD-src-35e8b8b0577801c3cb09674ea1b109ba12e0dbd9.zip
FreeBSD-src-35e8b8b0577801c3cb09674ea1b109ba12e0dbd9.tar.gz
I was missing the HOST_OS_VERSION setting in the fall-back case.
Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from.
Diffstat (limited to 'usr.sbin/amd/include/Makefile')
-rw-r--r--usr.sbin/amd/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index 2fc5118..e7f911c 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -14,6 +14,6 @@ all: ${SRCS}
config_local.h: newvers.sh
@rm -f ${.TARGET}
- sh ${.ALLSRC} > ${.TARGET}
+ sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud