diff options
Diffstat (limited to 'emulators/hercules-images/Makefile')
-rw-r--r-- | emulators/hercules-images/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hercules-images/Makefile b/emulators/hercules-images/Makefile index e1b224d9dfc..324839ac380 100644 --- a/emulators/hercules-images/Makefile +++ b/emulators/hercules-images/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:35:32 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:41 agc Exp $ DISTNAME= mftr33 PKGNAME= hercules-images-20010222 -WRKSRC= ${WRKDIR} CATEGORIES= emulators MASTER_SITES= http://www.conmicro.cx/hercules/ @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.conmicro.cx/hercules/ COMMENT= Images to IPL the Hercules emulator +WRKSRC= ${WRKDIR} NO_BUILD= yes NO_CONFIGURE= yes EXTRACT_ONLY= |