NetBSD/distrib/notes/Makefile

26 lines
751 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1998/08/23 12:42:17 hubertf Exp $
NOPROG= notreally
1994-09-17 23:02:58 +04:00
1994-10-17 03:11:18 +03:00
M?= ${MACHINE}
V!= /bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh
V_S!= /bin/sh ${.CURDIR}/../../sys/conf/osrelease.sh -s
1994-09-17 23:02:58 +04:00
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
1994-09-17 23:02:58 +04:00
CLEANFILES+=${TARG}
all: ${TARG}
1994-09-17 23:02:58 +04:00
${TARG}: ${DEP}
cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} \
1998-01-09 21:34:06 +03:00
| sed -e 's/_SVER_S/'${V_S}'/g ' \
-e 's/[\t ]*[$$]NetBSD:..*[$$]//g' > $@
1994-09-17 23:02:58 +04:00
.include <bsd.prog.mk>