openbsd-ports/plan9/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

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>