aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-24 18:53:09 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-24 18:53:09 +0000
commit5836b5e001bcc0a1dd3a54a68aaab68ed56c45da (patch)
tree982576f799dad576daa06fad31fc6e6dfa12e94c /sys/Makefile
parentb594e0fea277a8f7df14fadda70e0182e1745666 (diff)
downloadsrc-5836b5e001bcc0a1dd3a54a68aaab68ed56c45da.tar.gz
src-5836b5e001bcc0a1dd3a54a68aaab68ed56c45da.zip
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index e8656b311bc6..b0564d91a062 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`