]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/morse/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / games / morse / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   morse
4 NOMAN=  noman
5
6 .if ${MACHINE_ARCH} == "i386"
7 CFLAGS += -DSPEAKER=\"/dev/speaker\"
8 .endif
9
10 .include <bsd.prog.mk>