11558Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
250476Speter# $FreeBSD$
31558Srgrimes
41558Srgrimes#	dump.h			header file
51558Srgrimes#	itime.c			reads /etc/dumpdates
61558Srgrimes#	main.c			driver
71558Srgrimes#	optr.c			operator interface
81558Srgrimes#	dumprmt.c		handles remote tape via rmt(8)
91558Srgrimes#	tape.c			handles the mag tape and opening/closing
10102231Strhodes#	traverse.c		traverses the file system
111558Srgrimes#	unctime.c		undo ctime
121558Srgrimes#
131558Srgrimes#	DEBUG			use local directory to find ddate and dumpdates
141558Srgrimes#	TDEBUG			trace out the process forking
151558Srgrimes
161558SrgrimesPROG=	dump
171558SrgrimesLINKS=	${BINDIR}/dump ${BINDIR}/rdump
181558SrgrimesCFLAGS+=-DRDUMP
19109187SdillonSRCS=	itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
2074815SruMAN=	dump.8
21114456SruMLINKS=	dump.8 rdump.8
22198236SruWARNS?=	2
231558Srgrimes
241558Srgrimes.include <bsd.prog.mk>
25