30a27694f1
Countless changes since the last release, 2015's mupen64plus-2.5.
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/02/26 22:10:54 bentley Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += audio-sdl
|
|
SUBDIR += core
|
|
SUBDIR += input-sdl
|
|
SUBDIR += rsp-cxd4
|
|
SUBDIR += rsp-hle
|
|
SUBDIR += rsp-z64
|
|
SUBDIR += ui-console
|
|
SUBDIR += video-arachnoid
|
|
SUBDIR += video-glide64
|
|
SUBDIR += video-glide64mk2
|
|
SUBDIR += video-rice
|
|
SUBDIR += video-z64
|
|
|
|
.include <bsd.port.subdir.mk>
|