1 # $NetBSD: Makefile,v 1.7 1999/03/16 16:30:22 minoura Exp $
3 # Makefile for bellctrl
5 all: bellctrl sample.fm
8 $(CC
) -c
-o sample.aout
${.CURDIR
}/sample_fm.c
10 dd bs
=1 skip
=32 count
=52 if
=sample.aout of
=$@
15 CPPFLAGS
+=-I
${.CURDIR
}/..
/..
/..
19 .
include <bsd.prog.mk
>