Home | History | Annotate | Line # | Download | only in dump_lfs
Makefile revision 1.1.10.1
      1  1.1.10.1  perseant #	$NetBSD: Makefile,v 1.1.10.1 2001/06/27 03:49:40 perseant Exp $
      2       1.1  perseant #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3       1.1  perseant 
      4       1.1  perseant #	lfs_inode.c		LFS filestore-specific routines
      5       1.1  perseant #
      6       1.1  perseant #	DEBUG			use local directory to find ddate and dumpdates
      7       1.1  perseant #	TDEBUG			trace out the process forking
      8       1.1  perseant 
      9       1.1  perseant PROG=	dump_lfs
     10       1.1  perseant LINKS=	${BINDIR}/dump_lfs ${BINDIR}/rdump_lfs
     11       1.1  perseant CPPFLAGS+=-DRDUMP -I${.CURDIR} -I${.CURDIR}/../dump
     12  1.1.10.1  perseant CPPFLAGS+=-DDUMP_LFS
     13       1.1  perseant # CPPFLAGS+= -DDEBUG -DTDEBUG -DFDEBUG -DWRITEDEBUG -DSTATS -DDIAGNOSTICS
     14       1.1  perseant SRCS=	itime.c main.c optr.c dumprmt.c rcache.c tape.c traverse.c unctime.c \
     15       1.1  perseant 	ffs_bswap.c lfs_inode.c
     16       1.1  perseant BINGRP=	tty
     17       1.1  perseant BINMODE=2555
     18       1.1  perseant MAN=	dump_lfs.8
     19       1.1  perseant MLINKS+=dump_lfs.8 rdump_lfs.8
     20       1.1  perseant CFLAGS+=-g
     21       1.1  perseant 
     22       1.1  perseant .PATH:  ${.CURDIR}/../dump ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../../sys/ufs/ffs
     23       1.1  perseant 
     24       1.1  perseant .include <bsd.prog.mk>
     25