Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / sys / arch / x68k / usr.bin / bellctrl / Makefile
blob415d197f7c23a4e200b25f5303988d49bf1ddd32
1 # $NetBSD: Makefile,v 1.7 1999/03/16 16:30:22 minoura Exp $
3 # Makefile for bellctrl
5 all: bellctrl sample.fm
7 sample.fm: sample_fm.c
8 $(CC) -c -o sample.aout ${.CURDIR}/sample_fm.c
9 strip sample.aout
10 dd bs=1 skip=32 count=52 if=sample.aout of=$@
11 rm sample.aout
13 PROG= bellctrl
14 NOMAN= # defined
15 CPPFLAGS+=-I${.CURDIR}/../../..
17 CLEANFILES+=sample.fm
19 .include <bsd.prog.mk>