diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
commit | 46381ef82f77c7f022c92783bf164356ffc8ae44 (patch) | |
tree | 546452d4d691e52640b22d04497f8f5def712aef /emulators/sim6811 | |
parent | Change category from "development" to "databases devel". (diff) |
Change category name from "emulation" to "emulators". This was the
most confusing of all!
Notes
Notes:
svn path=/head/; revision=2446
Diffstat (limited to 'emulators/sim6811')
-rw-r--r-- | emulators/sim6811/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 07641791e21a..e5736055f655 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -3,12 +3,12 @@ # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/10/03 02:43:49 erich Exp $ # DISTNAME= sim PKGNAME= sim6811-1.6 -CATEGORIES+= emulation +CATEGORIES+= emulators MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ EXTRACT_SUFX= .tar.Z |