NetBSD/sys/arch/x68k/usr.bin/bellctrl/Makefile

15 lines
274 B
Makefile
Raw Normal View History

1996-05-05 16:17:03 +04:00
# Makefile for bellctrl
all: bellctrl sample.fm
sample.fm: sample_fm.c
$(CC) -c -o sample.aout ${.CURDIR}/sample_fm.c
strip sample.aout
dd bs=1 skip=32 count=52 if=sample.aout of=$@
rm sample.aout
PROG = bellctrl
CFLAGS+=-I${.CURDIR}/../../..
.include <bsd.prog.mk>