From f680bbc0602e1c76a38fec366e87e2323df5534c Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Jan 2001 16:21:58 +0000 Subject: Make it a bit clearer what to set BSDSRCDIR to. --- emulators/plex86/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index f7037e437a2..39d44a59bc3 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/01/02 14:18:17 kleink Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/03 16:21:58 hubertf Exp $ DISTNAME= plex86-20001225 PKGNAME= ${DISTNAME:S/-/-0./} @@ -29,7 +29,10 @@ BSDSRCDIR?= /nonexistent # to override , MUST be pre-extract: .if ${BSDSRCDIR} == "/nonexistent" - @${ECHO_MSG} "Please set BSDSRCDIR in /etc/mk.conf." + @${ECHO_MSG} "Please set BSDSRCDIR in /etc/mk.conf, pointing it" + @${ECHO_MSG} "to a directory that contains sources that match" + @${ECHO_MSG} "your currently running system (esp. kernel), e.g." + @${ECHO_MSG} "/usr/src." @${FALSE} .endif .if !exists(${BSDSRCDIR}/sys/sys/param.h) -- cgit v1.2.3