NetBSD/distrib/notes/Makefile

18 lines
546 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/06/17 08:00:13 mikel Exp $
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
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
${TARG}: ${DEP}
cpp -I${.CURDIR}/$M -D_MACH=$M -D_VER=$V -Uunix -U$M -C -P ${SRC} > $@
1994-09-17 23:02:58 +04:00
clean cleandir:
/bin/rm INSTALL.*