Makefile revision 1.21
11.21Schristos# $NetBSD: Makefile,v 1.21 2001/02/04 21:38:34 christos Exp $ 21.14Scgd# @(#)Makefile 8.1 (Berkeley) 6/5/93 31.1Scgd 41.1ScgdPROG= restore 51.10ScgdLINKS= ${BINDIR}/restore ${BINDIR}/rrestore 61.21SchristosCPPFLAGS+=-DRRESTORE 71.10ScgdSRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ 81.10Scgd dumprmt.c 91.13ScgdMAN= restore.8 101.10ScgdMLINKS+=restore.8 rrestore.8 111.16Sgwr.PATH: ${.CURDIR}/../dump 121.1Scgd 131.1Scgd.include <bsd.prog.mk> 14