diff options
-rw-r--r-- | emulators/hercules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 061616b9451..da6958138c8 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/21 10:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/22 16:49:35 agc Exp $ DISTNAME= hercules-2.11 CATEGORIES= emulators @@ -9,6 +9,7 @@ HOMEPAGE= http://www.conmicro.cx/hercules/ COMMENT= s370 emulator DEPENDS= unproven-pthreads-*:../../devel/unproven-pthreads +DEPENDS+= hercules-images-*:../../emulators/hercules-images USE_GMAKE= yes MAKEFILE= makefile |