diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index e8656b311bc6a..b0564d91a0629 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -10,7 +10,7 @@ SUBDIR+=modules afterdistribute: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/${MACHINE_ARCH}/conf/GENERIC.hints \ + ${.CURDIR}/${MACHINE}/conf/GENERIC.hints \ ${DESTDIR}/boot/device.hints HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh` |
