Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.21
      1  1.21  christos #	$NetBSD: Makefile,v 1.21 2001/02/04 21:38:34 christos Exp $
      2  1.14       cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	restore
      5  1.10       cgd LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
      6  1.21  christos CPPFLAGS+=-DRRESTORE
      7  1.10       cgd SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
      8  1.10       cgd 	dumprmt.c
      9  1.13       cgd MAN=	restore.8
     10  1.10       cgd MLINKS+=restore.8 rrestore.8
     11  1.16       gwr .PATH:	${.CURDIR}/../dump
     12   1.1       cgd 
     13   1.1       cgd .include <bsd.prog.mk>
     14