NetBSD/distrib/notes/Makefile

17 lines
485 B
Makefile
Raw Normal View History

1994-10-31 08:01:45 +03:00
# $NetBSD: Makefile,v 1.3 1994/10/31 05:01:45 cgd Exp $
1994-09-17 23:02:58 +04:00
1994-10-17 03:11:18 +03:00
M?= ${MACHINE}
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}
1994-10-31 08:01:45 +03:00
cpp -I${.CURDIR}/$M -DMACHINE=$M -Uunix -U$M -C -P ${SRC} > $@
1994-09-17 23:02:58 +04:00
clean cleandir:
/bin/rm INSTALL.*