1 # $NetBSD: Makefile,v 1.23 2006/05/11 23:16:29 mrg Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
7 LINKS
= ${BINDIR}/restore
${BINDIR}/rrestore
9 SRCS
= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
12 MLINKS
+=restore
.8 rrestore
.8
13 .PATH
: ${NETBSDSRCDIR}/sbin
/dump
15 .if
(defined
(HAVE_GCC
) && ${HAVE_GCC} == 4) || defined
(HAVE_PCC
)
16 COPTS.tape.c
+= -Wno-pointer-sign
19 .
include <bsd.prog.mk
>