diff options
author | hubertf <hubertf> | 2001-01-03 16:21:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-03 16:21:58 +0000 |
commit | 7883137d168d5745e258823bab8e6a7f8b91ca99 (patch) | |
tree | 01fa287c449c8d44019b23c4c9edefd1091a6694 /emulators/plex86 | |
parent | 7590b58baa829870a82f7e6d1dd90b8be57d6671 (diff) | |
download | pkgsrc-7883137d168d5745e258823bab8e6a7f8b91ca99.tar.gz |
Make it a bit clearer what to set BSDSRCDIR to.
Diffstat (limited to 'emulators/plex86')
-rw-r--r-- | emulators/plex86/Makefile | 7 |
1 files 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 <bsd.own.mk>, 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) |