Home | History | Annotate | Line # | Download | only in lfs_cleanerd
Makefile revision 1.12
      1  1.12        ad #	$NetBSD: Makefile,v 1.12 2007/12/28 21:44:32 ad 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.12        ad CPPFLAGS+=-I${FSCK_LFS} "-Dmutex_enter(x)=" "-Dmutex_exit(x)=" # -DUSE_CLIENT_SERVER 
     17  1.12        ad CPPFLAGS+="-DKASSERT(x)="
     18  1.10  perseant #CPPFLAGS+=-DREPAIR_ZERO_FINFO
     19  1.10  perseant #CPPFLAGS+=-DTEST_PATTERN
     20   1.1   mycroft 
     21  1.11      jmmv BINDIR=		/libexec
     22  1.11      jmmv 
     23   1.1   mycroft .include <bsd.prog.mk>
     24