11558Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
250476Speter# $FreeBSD: releng/11.0/sbin/dump/Makefile 298107 2016-04-16 07:45:30Z gjb $
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
16298107SgjbPACKAGE=runtime
171558SrgrimesPROG=	dump
181558SrgrimesLINKS=	${BINDIR}/dump ${BINDIR}/rdump
191558SrgrimesCFLAGS+=-DRDUMP
20109187SdillonSRCS=	itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
2174815SruMAN=	dump.8
22114456SruMLINKS=	dump.8 rdump.8
23198236SruWARNS?=	2
241558Srgrimes
251558Srgrimes.include <bsd.prog.mk>
26