xref: /netbsd/sbin/restore/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.21 2001/02/04 21:38:34 christos Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4PROG=	restore
5LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
6CPPFLAGS+=-DRRESTORE
7SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
8	dumprmt.c
9MAN=	restore.8
10MLINKS+=restore.8 rrestore.8
11.PATH:	${.CURDIR}/../dump
12
13.include <bsd.prog.mk>
14