diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /emulators/sim6811 | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
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 e5736055f655..e70d0b7bf209 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: Makefile,v 1.1.1.1 1995/10/03 02:43:49 erich Exp $ +# $Id: Makefile,v 1.2 1995/11/22 11:48:19 asami Exp $ # DISTNAME= sim PKGNAME= sim6811-1.6 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ EXTRACT_SUFX= .tar.Z |