openbsd-ports/emulators/xmame/files/Makefile.OpenBSD
naddy 339d0a91c3 Import of xmame/xmess 0.37b11.2.
Submitted by Claudio Castiglia <ccastig@softhome.net>.

Multi Arcade Machine Emulator and Multi Emulator Super System.
Emulates a staggering number of old arcade machines and game consoles.
2001-04-04 14:31:54 +00:00

7 lines
162 B
Makefile

# $OpenBSD: Makefile.OpenBSD,v 1.1.1.1 2001/04/04 14:31:55 naddy Exp $
all install:
@for i in mame mess; do \
${MAKE} -f makefile.unix TARGET=$$i $@; \
done