Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/11/17 01:39:33 carrel Exp $
2
3M?=	${MACHINE}
4V!=	/bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh
5V_S!=	/bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh -s
6
7TARG=	INSTALL.$M
8SRC=	${.CURDIR}/INSTALL
9DEP=	${SRC} ${.CURDIR}/mirrors ${.CURDIR}/$M/whatis ${.CURDIR}/$M/contents \
10	${.CURDIR}/$M/hardware ${.CURDIR}/$M/xfer ${.CURDIR}/$M/prep \
11	${.CURDIR}/$M/install ${.CURDIR}/$M/upgrade ${.CURDIR}/donations \
12	${.CURDIR}/legal.common ${.CURDIR}/$M/legal
13
14${TARG}: ${DEP}
15	cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} \
16		| sed 's/_SVER_S/'${V_S}'/g ' > $@
17
18clean cleandir:
19	/bin/rm INSTALL.*
20