diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-03 12:14:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-03 12:14:56 +0000 |
commit | 03386eb662da2958c9f8a0dd6ea8d0735616409a (patch) | |
tree | 28d4f944087904458ebba44ee836932c817b18af /emulators | |
parent | fe926affc4bc9ef940814c78e1b15c07c940796c (diff) | |
download | pkgsrc-03386eb662da2958c9f8a0dd6ea8d0735616409a.tar.gz |
fix unassociated shell command bug in Makefile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/plex86/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index a9c0f3a0bae..a09b922e566 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/04/27 13:34:45 cjep Exp $ +# $NetBSD: Makefile,v 1.22 2003/05/03 12:14:56 dmcmahill Exp $ DISTNAME= plex86-20010106 PKGNAME= ${DISTNAME:S/-/-0./} @@ -23,8 +23,9 @@ RESTRICTED= CPU-specific binary code NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be - # set this way BEFORE bsd.prefs.mk +# to override <bsd.own.mk>, MUST be set this way BEFORE bsd.prefs.mk +BSDSRCDIR?= /nonexistent + .include "../../mk/bsd.prefs.mk" pre-extract: |