Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.23.20.1
      1  1.23.20.1       mjf #	$NetBSD: Makefile,v 1.23.20.1 2008/09/28 11:17:14 mjf 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.23.20.1       mjf .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || 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