19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/04/02 15:04:29 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+= libs-doc2
|
|
SUBDIR+= graphics2
|
|
|
|
.include <bsd.port.subdir.mk>
|