aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 07:58:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 07:58:11 +0000
commitb478f8421cb45908e2474ab86be5d048f2f1238f (patch)
treeeb1aca592fbcf6c1a29086d43c79ae78f461dfe5 /Makefile
parente1d220846f90871f29cbd1d06c11fe5c3b8d6639 (diff)
downloadports-b478f8421cb45908e2474ab86be5d048f2f1238f.tar.gz
ports-b478f8421cb45908e2474ab86be5d048f2f1238f.zip
Add "emulators", also convert SUBDIR list to a bunch of "+="'s.
Notes
Notes: svn path=/head/; revision=1899
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 23 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 448e4df67463..c946fbb3b41d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,27 @@
-# $Id: Makefile,v 1.17 1995/04/01 13:24:03 jkh Exp $
+# $Id: Makefile,v 1.18 1995/05/01 11:55:37 ache Exp $
#
-SUBDIR= archivers audio cad comms databases devel editors games graphics \
- japanese lang mail math net news print russian shells utils x11
+
+SUBDIR += archivers
+SUBDIR += audio
+SUBDIR += cad
+SUBDIR += comms
+SUBDIR += databases
+SUBDIR += devel
+SUBDIR += editors
+SUBDIR += emulators
+SUBDIR += games
+SUBDIR += graphics
+SUBDIR += japanese
+SUBDIR += lang
+SUBDIR += mail
+SUBDIR += math
+SUBDIR += net
+SUBDIR += news
+SUBDIR += print
+SUBDIR += russian
+SUBDIR += shells
+SUBDIR += utils
+SUBDIR += x11
.include <bsd.port.subdir.mk>