# $NetBSD: Makefile,v 1.6 1997/11/24 22:38:42 lukem 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 CLEANFILES+=${TARG} all: ${TARG} ${TARG}: ${DEP} cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} \ | sed 's/_SVER_S/'${V_S}'/g ' > $@ .include