Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.25
      1  1.25       mrg #	$NetBSD: Makefile,v 1.25 2011/06/20 07:44:00 mrg 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.25       mrg .if defined(HAVE_GCC) || defined(HAVE_PCC)
     16  1.23       mrg COPTS.tape.c+=	-Wno-pointer-sign
     17  1.23       mrg .endif
     18  1.23       mrg 
     19   1.1       cgd .include <bsd.prog.mk>
     20