12 lines
218 B
Makefile
12 lines
218 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/26 13:38:27 stsp Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += ui-console
|
|
SUBDIR += audio-sdl
|
|
SUBDIR += input-sdl
|
|
SUBDIR += rsp-hle
|
|
SUBDIR += video-rice
|
|
|
|
.include <bsd.port.subdir.mk>
|