1# $OpenBSD: Makefile,v 1.5 1997/09/21 11:38:02 deraadt Exp $ 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 8MAN= restore.8 9MLINKS+=restore.8 rrestore.8 10.PATH: ${.CURDIR}/../dump 11 12.include <bsd.prog.mk> 13