From 6a15d806d217ab716f69e4c44fa7bc3cdf8b517f Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 26 Dec 2000 17:33:52 +0000 Subject: 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. --- sysutils/aperture/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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"; \ -- cgit v1.2.3