xref: /netbsd-src/distrib/notes/Makefile (revision 705ee976cfe4e85b18732519865b1f7b6cbb2322)
1#	$NetBSD: Makefile,v 1.3 1994/10/31 05:01:45 cgd Exp $
2
3M?=	${MACHINE}
4
5TARG=	INSTALL.$M
6SRC=	${.CURDIR}/INSTALL
7DEP=	${SRC} ${.CURDIR}/mirrors ${.CURDIR}/$M/whatis ${.CURDIR}/$M/contents \
8	${.CURDIR}/$M/hardware ${.CURDIR}/$M/xfer ${.CURDIR}/$M/prep \
9	${.CURDIR}/$M/install ${.CURDIR}/$M/upgrade ${.CURDIR}/donations \
10	${.CURDIR}/legal.common ${.CURDIR}/$M/legal
11
12${TARG}: ${DEP}
13	cpp -I${.CURDIR}/$M -DMACHINE=$M -Uunix -U$M -C -P ${SRC} > $@
14
15clean cleandir:
16	/bin/rm INSTALL.*
17