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
|
|
|
|
2017-03-04 06:33:01 -05:00
|
|
|
.PATH: ${.CURDIR:H}/dump
|
2003-05-01 17:10:37 -04:00
|
|
|
|
2016-02-09 15:19:31 -05:00
|
|
|
PACKAGE=runtime
|
1994-05-26 02:35:07 -04:00
|
|
|
PROG= restore
|
|
|
|
|
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
|
2001-03-26 09:33:27 -05:00
|
|
|
MAN= restore.8
|
2003-05-01 17:10:37 -04:00
|
|
|
MLINKS= restore.8 rrestore.8
|
2010-01-29 05:00:42 -05:00
|
|
|
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
|
|
|
|
|
dumprmt.c
|
|
|
|
|
WARNS?= 2
|
|
|
|
|
CFLAGS+= -DRRESTORE -D_ACL_PRIVATE
|
1994-05-26 02:35:07 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|