summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-12-26 17:33:52 +0000
committerdmcmahill <dmcmahill>2000-12-26 17:33:52 +0000
commit6a15d806d217ab716f69e4c44fa7bc3cdf8b517f (patch)
tree279ce53e6b362ff3923a899165aadbf67f072d28 /sysutils
parentc394c255206d90867f63a937d1f773f83126cd85 (diff)
downloadpkgsrc-6a15d806d217ab716f69e4c44fa7bc3cdf8b517f.tar.gz
move the .BEGIN stuff which checks for kernel sources to pre-fetch. This lets
you do simple things like make README.html or make show-var VARNAME=PKGNAME without requiring kernel sources.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/aperture/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile
index dcf4ddf359f..2fa663b6b9b 100644
--- a/sysutils/aperture/Makefile
+++ b/sysutils/aperture/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/10/18 04:26:54 garbled Exp $
+# $NetBSD: Makefile,v 1.8 2000/12/26 17:33:52 dmcmahill Exp $
DISTNAME= apNetBSD
PKGNAME= aperture-2.0
@@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-.BEGIN:
+pre-fetch:
@if [ ! -f /sys/lib/libkern/libkern.h ]; then \
${ECHO_MSG} "==================================================="; \
${ECHO_MSG} " Kernel sources for the version of the kernel"; \