1PROG=emuspeed 2NOMAN=none 3 4SRCS=emuspeed.c test.s mul64.s div64.s # movepto.c movepfrom.c 5 6/* don't install: */ 7proginstall: 8 9.include <bsd.prog.mk> 10 11regress: all 12 @./emuspeed 13