summaryrefslogtreecommitdiff
path: root/sysutils/aperture/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-15 06:10:25 +0000
committerjlam <jlam>2000-07-15 06:10:25 +0000
commit35d3233a50689e766ce848ed5a39d6a8ce1dc011 (patch)
tree2a88e1620dc540f9103bd49b869f6343919234f4 /sysutils/aperture/Makefile
parentcc3fa3c53cce2bc3fa12db57e36a075e3bb09cba (diff)
downloadpkgsrc-35d3233a50689e766ce848ed5a39d6a8ce1dc011.tar.gz
Fix module sources after kernel mmap interface change.
Fix error message to say the kernel sources should be for the kernel you are running.
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r--sysutils/aperture/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile
index 77aa1dc6717..2b6043d624e 100644
--- a/sysutils/aperture/Makefile
+++ b/sysutils/aperture/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/11 11:17:55 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/15 06:10:25 jlam Exp $
DISTNAME= apNetBSD
PKGNAME= aperture-2.0
@@ -22,7 +22,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
.BEGIN:
@if [ ! -f /sys/lib/libkern/libkern.h ]; then \
${ECHO_MSG} "==================================================="; \
- ${ECHO_MSG} " Kernel sources are required to build LKMs."; \
+ ${ECHO_MSG} " Kernel sources for the version of the kernel"; \
+ ${ECHO_MSG} " you are running are required to build LKMs."; \
${ECHO_MSG} " Please fetch them and make a link from /sys"; \
${ECHO_MSG} " to the kernel source directory (typically"; \
${ECHO_MSG} " /usr/src/sys)."; \