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