1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add "emulators", also convert SUBDIR list to a bunch of "+="'s.

This commit is contained in:
Satoshi Asami 1995-07-01 07:58:11 +00:00
parent e1d220846f
commit b478f8421c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1899

View File

@ -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>