100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
18 lines
395 B
Makefile
18 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/02/01 17:00:14 espie Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/11/17 11:55:01 tg Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += 9libs
|
|
SUBDIR += 9menu
|
|
SUBDIR += 9wm
|
|
SUBDIR += larswm
|
|
SUBDIR += rc
|
|
SUBDIR += rc,editline
|
|
SUBDIR += rc,readline
|
|
SUBDIR += sam
|
|
SUBDIR += tcs
|
|
SUBDIR += w9wm
|
|
SUBDIR += wily
|
|
|
|
.include <bsd.port.subdir.mk>
|