xref: /csrg-svn/sbin/dump/Makefile (revision 61485)
1*61485Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/05/93
241635Sbostic
31420Sroot#	dump.h			header file
454162Smckusick#	itime.c			reads /etc/dumpdates
554162Smckusick#	main.c			driver
654162Smckusick#	optr.c			operator interface
750509Smckusick#	dumprmt.c		handles remote tape via rmt(8)
854162Smckusick#	tape.c			handles the mag tape and opening/closing
954162Smckusick#	traverse.c		traverses the file system
101420Sroot#	unctime.c		undo ctime
111420Sroot#
121420Sroot#	DEBUG			use local directory to find ddate and dumpdates
131420Sroot#	TDEBUG			trace out the process forking
141420Sroot
1541635SbosticPROG=	dump
1650509SmckusickLINKS=	${BINDIR}/dump ${BINDIR}/rdump
1750509SmckusickCFLAGS+=-DRDUMP
1854162SmckusickSRCS=	itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
1950509SmckusickBINOWN=	root
2041635SbosticBINGRP=	tty
2150509SmckusickBINMODE=6555
2250509SmckusickMAN8=	dump.0
2351176SbosticMLINKS+=dump.8 rdump.8
241420Sroot
2541635Sbostic.include <bsd.prog.mk>
26