diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 07:58:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 07:58:11 +0000 |
commit | b478f8421cb45908e2474ab86be5d048f2f1238f (patch) | |
tree | eb1aca592fbcf6c1a29086d43c79ae78f461dfe5 /Makefile | |
parent | e1d220846f90871f29cbd1d06c11fe5c3b8d6639 (diff) | |
download | ports-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-- | Makefile | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -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> |