6d63b974fa
disable "untested" stuff for now (soon)
39 lines
773 B
Makefile
39 lines
773 B
Makefile
# $OpenBSD: Makefile,v 1.20 2010/06/20 21:09:52 espie Exp $
|
|
|
|
SUBDIR =
|
|
# don't even try to keep these sorted
|
|
# basic bricks
|
|
SUBDIR += automoc
|
|
SUBDIR += attica
|
|
SUBDIR += akonadi
|
|
SUBDIR += oxygen-icons
|
|
|
|
# libraries
|
|
|
|
SUBDIR += libs
|
|
SUBDIR += pimlibs
|
|
SUBDIR += qimageblitz
|
|
|
|
# extra base
|
|
SUBDIR += base
|
|
SUBDIR += base-runtime
|
|
SUBDIR += base-workspace
|
|
|
|
# actual apps
|
|
# SUBDIR += accessibility
|
|
# SUBDIR += admin
|
|
SUBDIR += artwork
|
|
SUBDIR += edu
|
|
SUBDIR += games
|
|
SUBDIR += graphics
|
|
# SUBDIR += multimedia
|
|
SUBDIR += network
|
|
SUBDIR += pim
|
|
# SUBDIR += sdk
|
|
# SUBDIR += toys
|
|
# SUBDIR += utils
|
|
# SUBDIR += webdev
|
|
# SUBDIR += extragear-plasma
|
|
|
|
.include <bsd.port.subdir.mk>
|