Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1997/06/17 08:00:13 mikel Exp $
2
3M?=	${MACHINE}
4V!=	/bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh
5
6TARG=	INSTALL.$M
7SRC=	${.CURDIR}/INSTALL
8DEP=	${SRC} ${.CURDIR}/mirrors ${.CURDIR}/$M/whatis ${.CURDIR}/$M/contents \
9	${.CURDIR}/$M/hardware ${.CURDIR}/$M/xfer ${.CURDIR}/$M/prep \
10	${.CURDIR}/$M/install ${.CURDIR}/$M/upgrade ${.CURDIR}/donations \
11	${.CURDIR}/legal.common ${.CURDIR}/$M/legal
12
13${TARG}: ${DEP}
14	cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} > $@
15
16clean cleandir:
17	/bin/rm INSTALL.*
18