diff options
author | tv <tv@pkgsrc.org> | 2000-12-14 15:52:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2000-12-14 15:52:38 +0000 |
commit | 9cd29592ecda6ef20022a960a66473854916ade1 (patch) | |
tree | 3c75ae2b9b9a6ccaaa2453137ace0510cfdfd5cf /emulators/plex86 | |
parent | e63a20f6d4f4444c5abd3e341d834c2c7797bdd8 (diff) | |
download | pkgsrc-9cd29592ecda6ef20022a960a66473854916ade1.tar.gz |
Add a comment to indicate why we now do the BSDSRCDIR?= dance with
bsd.prefs.mk.
Diffstat (limited to 'emulators/plex86')
-rw-r--r-- | emulators/plex86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index 6419ed6a3c4..357fd9153eb 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/14 15:51:25 tv Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/14 15:52:39 tv Exp $ # DISTNAME= plex86 @@ -22,7 +22,7 @@ USE_GMAKE= yes NO_PKG_REGISTER= yes # ONLY until we really install files!!! NO_PACKAGE= Incomplete # ONLY until we really install files!!! -BSDSRCDIR?= /nonexistent +BSDSRCDIR?= /nonexistent # (to override <bsd.own.mk>) .include "../../mk/bsd.prefs.mk" pre-extract: |