1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= restore 4LINKS= ${BINDIR}/restore ${BINDIR}/rrestore 5CFLAGS+=-DRRESTORE 6SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ 7 dumprmt.c 8BINOWN= root 9BINGRP= tty 10BINMODE=2555 11MAN8= restore.8 12MLINKS+=restore.8 rrestore.8 13.PATH: ${.CURDIR}/../dump 14 15.include <bsd.prog.mk> 16