Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.22
      1  1.22     lukem #	$NetBSD: Makefile,v 1.22 2002/08/19 10:17:00 lukem Exp $
      2  1.14       cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       cgd 
      4  1.22     lukem .include <bsd.own.mk>
      5  1.22     lukem 
      6   1.1       cgd PROG=	restore
      7  1.10       cgd LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
      8  1.21  christos CPPFLAGS+=-DRRESTORE
      9  1.10       cgd SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
     10  1.10       cgd 	dumprmt.c
     11  1.13       cgd MAN=	restore.8
     12  1.10       cgd MLINKS+=restore.8 rrestore.8
     13  1.22     lukem .PATH:	${NETBSDSRCDIR}/sbin/dump
     14   1.1       cgd 
     15   1.1       cgd .include <bsd.prog.mk>
     16