diff options
author | agc <agc> | 1997-11-26 12:55:18 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-26 12:55:18 +0000 |
commit | 122f919a7a5869f315a21a729f314f77df1a8f95 (patch) | |
tree | 4410c54a4f67026cc9f14dde7ea729171ee9a71a /emulators/Makefile | |
parent | d9e53a86313a961a09a775e2b11ea9e15848ac3d (diff) | |
download | pkgsrc-122f919a7a5869f315a21a729f314f77df1a8f95.tar.gz |
Add NetBSD RCS Id.
Comment out all the subdirectories.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index cc7396a4a07..1a4ffffd7e7 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,27 +1,28 @@ +# $NetBSD: Makefile,v 1.2 1997/11/26 12:55:18 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # - SUBDIR += aftp - SUBDIR += bsvc - SUBDIR += cpmemu - SUBDIR += cpmtools - SUBDIR += fmsx - SUBDIR += hfs - SUBDIR += ines - SUBDIR += linux_lib - SUBDIR += macutils - SUBDIR += mastergear - SUBDIR += mtools - SUBDIR += pcemu - SUBDIR += prodosemu - SUBDIR += sim6811 - SUBDIR += spim - SUBDIR += stella - SUBDIR += tkhfs - SUBDIR += vgb - SUBDIR += vmsbackup - SUBDIR += wine - SUBDIR += x48 - SUBDIR += xgs +# SUBDIR += aftp +# SUBDIR += bsvc +# SUBDIR += cpmemu +# SUBDIR += cpmtools +# SUBDIR += fmsx +# SUBDIR += hfs +# SUBDIR += ines +# SUBDIR += linux_lib +# SUBDIR += macutils +# SUBDIR += mastergear +# SUBDIR += mtools +# SUBDIR += pcemu +# SUBDIR += prodosemu +# SUBDIR += sim6811 +# SUBDIR += spim +# SUBDIR += stella +# SUBDIR += tkhfs +# SUBDIR += vgb +# SUBDIR += vmsbackup +# SUBDIR += wine +# SUBDIR += x48 +# SUBDIR += xgs .include <bsd.port.subdir.mk> |