freebsd-dev/sbin/restore/Makefile

17 lines
348 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/5/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
.PATH: ${.CURDIR:H}/dump
2003-05-01 21:10:37 +00:00
PACKAGE=runtime
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
MAN= restore.8
2003-05-01 21:10:37 +00:00
MLINKS= restore.8 rrestore.8
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
WARNS?= 2
CFLAGS+= -DRRESTORE -D_ACL_PRIVATE
.include <bsd.prog.mk>