1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 06:35:07 +00:00
|
|
|
|
2003-05-01 21:10:37 +00:00
|
|
|
.PATH: ${.CURDIR}/../dump
|
|
|
|
|
1994-05-26 06:35:07 +00:00
|
|
|
PROG= restore
|
|
|
|
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
|
|
|
|
CFLAGS+=-DRRESTORE
|
2001-12-04 02:19:58 +00:00
|
|
|
WARNS= 0
|
1994-05-26 06:35:07 +00:00
|
|
|
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
|
|
|
|
dumprmt.c
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= restore.8
|
2003-05-01 21:10:37 +00:00
|
|
|
MLINKS= restore.8 rrestore.8
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|