1 # $NetBSD: Makefile,v 1.4 1997/06/17 08:00:13 mikel Exp $ 2 3 M?= ${MACHINE} 4 V!= /bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh 5 6 TARG= INSTALL.$M 7 SRC= ${.CURDIR}/INSTALL 8 DEP= ${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 16 clean cleandir: 17 /bin/rm INSTALL.* 18