Home | History | Annotate | Line # | Download | only in fsck_lfs
Makefile revision 1.10
      1  1.10  perseant #	$NetBSD: Makefile,v 1.10 2005/06/08 19:09:55 perseant Exp $
      2   1.1  perseant #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1  perseant 
      4   1.5     lukem .include <bsd.own.mk>
      5   1.5     lukem 
      6   1.1  perseant PROG=	fsck_lfs
      7   1.1  perseant MAN=	fsck_lfs.8
      8   1.6  perseant SRCS=	bufcache.c dir.c fsutil.c inode.c lfs.c lfs_cksum.c main.c
      9   1.6  perseant SRCS+=	pass0.c pass1.c pass2.c pass3.c pass4.c pass5.c pass6.c
     10   1.6  perseant SRCS+=	segwrite.c setup.c utilities.c vars.c vnode.c
     11   1.6  perseant FSCK=	${NETBSDSRCDIR}/sbin/fsck
     12   1.5     lukem .PATH:	${NETBSDSRCDIR}/sys/ufs/lfs ${FSCK}
     13   1.6  perseant CPPFLAGS+=-I${FSCK} # -DNDEBUG # -DVERBOSE_BLOCKMAP
     14   1.1  perseant 
     15   1.1  perseant .include <bsd.prog.mk>
     16