Home | History | Annotate | Line # | Download | only in lfs_cleanerd
Makefile revision 1.10
      1  1.10  perseant #	$NetBSD: Makefile,v 1.10 2006/03/30 19:10:13 perseant Exp $
      2  1.10  perseant #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      3   1.1   mycroft 
      4   1.9     lukem .include <bsd.own.mk>
      5   1.9     lukem 
      6   1.1   mycroft PROG=	lfs_cleanerd
      7  1.10  perseant SRCS=	lfs_cleanerd.c fdfs.c coalesce.c cleansrv.c
      8  1.10  perseant SRCS+=  lfs_cksum.c
      9  1.10  perseant SRCS+=	bufcache.c vnode.c lfs.c # segwrite.c
     10   1.3       cgd MAN=	lfs_cleanerd.8
     11  1.10  perseant .PATH:	${NETBSDSRCDIR}/sys/ufs/lfs ${NETBSDSRCDIR}/sbin/fsck_lfs
     12   1.1   mycroft 
     13  1.10  perseant FSCK_LFS= ${NETBSDSRCDIR}/sbin/fsck_lfs
     14  1.10  perseant DPADD=  ${LIBUTIL}
     15  1.10  perseant LDADD=  -lutil
     16  1.10  perseant CPPFLAGS+=-I${FSCK_LFS} # -DUSE_CLIENT_SERVER 
     17  1.10  perseant #CPPFLAGS+=-DREPAIR_ZERO_FINFO
     18  1.10  perseant #CPPFLAGS+=-DTEST_PATTERN
     19   1.1   mycroft 
     20   1.1   mycroft .include <bsd.prog.mk>
     21