Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1994/10/17 00:11:18 cgd Exp $
      2 
      3 M?=	${MACHINE}
      4 
      5 TARG=	INSTALL.$M
      6 SRC=	${.CURDIR}/INSTALL
      7 DEP=	${SRC} ${.CURDIR}/mirrors ${.CURDIR}/$M/whatis ${.CURDIR}/$M/contents \
      8 	${.CURDIR}/$M/hardware ${.CURDIR}/$M/xfer ${.CURDIR}/$M/prep \
      9 	${.CURDIR}/$M/install ${.CURDIR}/$M/upgrade ${.CURDIR}/donations \
     10 	${.CURDIR}/legal.common ${.CURDIR}/$M/legal
     11 
     12 ${TARG}: ${DEP}
     13 	cpp -I${.CURDIR}/$M -DMACHINE=$M -U$M -C -P ${SRC} > $@
     14 
     15 clean cleandir:
     16 	/bin/rm INSTALL.*
     17