diff --git a/emulators/Makefile b/emulators/Makefile index 4261ab979c9..0434b92161b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 1999/12/20 20:03:00 brad Exp $ +# $OpenBSD: Makefile,v 1.8 2000/07/07 14:31:05 espie Exp $ SUBDIR += bochs + SUBDIR += frodo SUBDIR += freebsd_lib SUBDIR += linux_lib SUBDIR += simh diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index fa82660ae41..ca9317673de 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2000/07/07 14:29:51 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2000/07/07 14:31:06 espie Exp $ DISTNAME= FrodoV4_1a.Src PKGNAME= frodo-4.1a CATEGORIES= emulators games +NEED_VERSION= 1.310 MAINTAINER= espie@openbsd.org