diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/notes/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile new file mode 100644 index 00000000000..ff40afe09e9 --- /dev/null +++ b/distrib/notes/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.3 1994/10/31 05:01:45 cgd Exp $ + +M?= ${MACHINE} + +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 -DMACHINE=$M -Uunix -U$M -C -P ${SRC} > $@ + +clean cleandir: + /bin/rm INSTALL.* |