19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/04/20 15:01:05 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>
|