100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/02/01 17:00:14 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += accessibility
|
|
SUBDIR += admin
|
|
SUBDIR += artwork
|
|
SUBDIR += base
|
|
SUBDIR += base-runtime
|
|
SUBDIR += base-workspace
|
|
SUBDIR += edu
|
|
SUBDIR += games
|
|
SUBDIR += graphics
|
|
SUBDIR += libs
|
|
SUBDIR += multimedia
|
|
SUBDIR += network
|
|
# SUBDIR += pim
|
|
SUBDIR += pimlibs
|
|
SUBDIR += sdk
|
|
SUBDIR += toys
|
|
SUBDIR += utils
|
|
SUBDIR += webdev
|
|
SUBDIR += qimageblitz
|
|
SUBDIR += extragear-plasma
|
|
|
|
.include <bsd.port.subdir.mk>
|