19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.13 2001/04/21 14:18:26 espie Exp $
|
|
|
|
#SUBDIR+= libs
|
|
#SUBDIR+= base
|
|
#SUBDIR+= support
|
|
#SUBDIR+= games
|
|
|
|
# Conflicts, who cares ? use REPORT_PROBLEM
|
|
SUBDIR+= libs2
|
|
SUBDIR+= base2
|
|
SUBDIR+= games2
|
|
SUBDIR+= toys2
|
|
SUBDIR+= office2
|
|
SUBDIR+= kdoc2
|
|
SUBDIR+= libs2-doc
|
|
SUBDIR+= graphics2
|
|
|
|
.include <bsd.port.subdir.mk>
|