100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.23 2010/02/01 17:00:14 espie Exp $
|
|
# $FreeBSD: Makefile,v 1.32 1997/11/16 04:58:09 fenner Exp $
|
|
#
|
|
|
|
SUBDIR =
|
|
SUBDIR += aub
|
|
SUBDIR += hellanzb
|
|
SUBDIR += leafnode
|
|
SUBDIR += newsfetch
|
|
SUBDIR += nn
|
|
SUBDIR += p5-Gateway
|
|
SUBDIR += p5-News-Article
|
|
SUBDIR += p5-News-Newsrc
|
|
SUBDIR += pan
|
|
SUBDIR += plor
|
|
SUBDIR += py-yenc
|
|
SUBDIR += slrn
|
|
SUBDIR += tin
|
|
SUBDIR += trn
|
|
SUBDIR += ubh
|
|
SUBDIR += yencode
|
|
|
|
.include <bsd.port.subdir.mk>
|