# $NetBSD: Makefile,v 1.9 1998/08/23 12:42:17 hubertf Exp $ NOPROG= notreally M?= ${MACHINE} V!= /bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh V_S!= /bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh -s TARG= INSTALL.$M SRC= ${.CURDIR}/INSTALL DEP= ${SRC} ${.CURDIR}/mirrors ${.CURDIR}/$M/whatis ${.CURDIR}/$M/contents \ ${.CURDIR}/$M/hardware ${.CURDIR}/$M/xfer ${.CURDIR}/$M/prep \ ${.CURDIR}/$M/install ${.CURDIR}/$M/upgrade ${.CURDIR}/donations \ ${.CURDIR}/legal.common ${.CURDIR}/$M/legal ${.CURDIR}/postinstall CLEANFILES+=${TARG} all: ${TARG} ${TARG}: ${DEP} cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} \ | sed -e 's/_SVER_S/'${V_S}'/g ' \ -e 's/[\t ]*[$$]NetBSD:..*[$$]//g' > $@ .include