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
|
|
|
|
2017-03-04 11:33:01 +00:00
|
|
|
.PATH: ${.CURDIR:H}/dump
|
2003-05-01 21:10:37 +00:00
|
|
|
|
2022-07-22 11:22:29 +00:00
|
|
|
PACKAGE=ufs
|
1994-05-26 06:35:07 +00:00
|
|
|
PROG= restore
|
|
|
|
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= restore.8
|
2003-05-01 21:10:37 +00:00
|
|
|
MLINKS= restore.8 rrestore.8
|
2010-01-29 10:00:42 +00: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 06:35:07 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|