11558Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
250476Speter# $FreeBSD$
31558Srgrimes
4114460Sru.PATH: ${.CURDIR}/../dump
5114460Sru
61558SrgrimesPROG=	restore
71558SrgrimesLINKS=	${BINDIR}/restore ${BINDIR}/rrestore
8203155SjhMAN=	restore.8
9203155SjhMLINKS=	restore.8 rrestore.8
101558SrgrimesSRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
111558Srgrimes	dumprmt.c
12203155SjhWARNS?=	2
13203155SjhCFLAGS+= -DRRESTORE -D_ACL_PRIVATE
141558Srgrimes
151558Srgrimes.include <bsd.prog.mk>
16