diff options
author | asami <asami@FreeBSD.org> | 1995-07-01 15:58:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-01 15:58:11 +0800 |
commit | b2ff1651016bce68f0f1edc7f512d2797b05b6ee (patch) | |
tree | d38b386ed5ab31ead7c7d563c993092cb431f336 /Makefile | |
parent | 513a8008798047bbdd57f79c559e569af4eeb5e8 (diff) | |
download | freebsd-ports-gnome-b2ff1651016bce68f0f1edc7f512d2797b05b6ee.tar.gz freebsd-ports-gnome-b2ff1651016bce68f0f1edc7f512d2797b05b6ee.tar.zst freebsd-ports-gnome-b2ff1651016bce68f0f1edc7f512d2797b05b6ee.zip |
Add "emulators", also convert SUBDIR list to a bunch of "+="'s.
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> |