diff options
author | tv <tv@pkgsrc.org> | 1998-08-13 02:17:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-13 02:17:37 +0000 |
commit | bb2a45e08a4285c89fb9da2f05ac379e5f37498e (patch) | |
tree | 1108c08e82fe96492b1d06ff521da48168e3c055 /emulators/compat11/Makefile | |
parent | 4b05a40caab846a0776e136ebcc54787555a8663 (diff) | |
download | pkgsrc-bb2a45e08a4285c89fb9da2f05ac379e5f37498e.tar.gz |
Consolidate and clean up compat11/compat12. Now there is only one pkg
(compat12), which uses MACHINE_ARCH and does not supply libkvm.
Diffstat (limited to 'emulators/compat11/Makefile')
-rw-r--r-- | emulators/compat11/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile deleted file mode 100644 index 8fff5c870a7..00000000000 --- a/emulators/compat11/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $ -# - -DISTNAME= compat11 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= _${ARCH}.tgz - -MAINTAINER= tv@netbsd.org - -DEPENDS+= compat12:../../emulators/compat12 - -ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 - -MIRROR_DISTFILE= no -HAS_CONFIGURE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/usr/lib -PLIST_SRC= ${WRKSRC}/.PLIST - -pre-configure: - @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} - -.include "../../mk/bsd.pkg.mk" - -# for sun3x in 1.3.x, get sun3 package -.if (${ARCH} == "sun3x") -ARCH= sun3 -.endif |