xref: /netbsd-src/sbin/restore/Makefile (revision c29d51755812ace2e87aeefdb06cb2b4dac7087a)
1#	$NetBSD: Makefile,v 1.26 2011/08/06 20:46:42 dholland Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4.include <bsd.own.mk>
5
6PROG=	restore
7LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
8CPPFLAGS+=-DRRESTORE
9SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
10	dumprmt.c
11MAN=	restore.8
12MLINKS+=restore.8 rrestore.8
13.PATH:	${NETBSDSRCDIR}/sbin/dump
14
15.include <bsd.prog.mk>
16