diff options
author | hubertf <hubertf> | 2001-01-03 16:21:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-03 16:21:58 +0000 |
commit | f680bbc0602e1c76a38fec366e87e2323df5534c (patch) | |
tree | 01fa287c449c8d44019b23c4c9edefd1091a6694 | |
parent | fb2710c2e5a60223ec4d80a72fa7237b51756c90 (diff) | |
download | pkgsrc-f680bbc0602e1c76a38fec366e87e2323df5534c.tar.gz |
Make it a bit clearer what to set BSDSRCDIR to.
-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) |