1PROG= hps_0011
2MAN=  # no manual page at the moment
3SRCS= hps_0011.c
4CFLAGS += -Wall -O2
5LDADD+= -lumidi20
6BINDIR?=/usr/sbin
7.include <bsd.prog.mk>
8
9play:
10	timidity -A 600 hps_0011.mid
11