--- src/games/morse/Makefile 2006/10/08 16:22:36 1.4 +++ src/games/morse/Makefile 2007/04/22 10:22:32 1.5 @@ -4,9 +4,7 @@ PROG= morse MAN= morse.6 - -.if ${MACHINE_ARCH} == "i386" -CFLAGS += -DSPEAKER=\"/dev/speaker\" -.endif +LDADD= -lm +DPADD= ${LIBM} .include