diff options
Diffstat (limited to 'emulators/pcemu/Makefile')
-rw-r--r-- | emulators/pcemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 6f6795977e7..9616f64b439 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/03/31 06:34:07 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/01 09:49:33 asami Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \ ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ MAINTAINER= eric@fox.phoenix.az.us +COMMENT= 8086 PC emulator, by David Hedley USE_X11= yes MAKE_ENV+= FILESDIR=${FILESDIR} |