From fc729209b14eb30386f4d699fcbf306a10aa5dfd Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 28 Jul 2010 22:35:52 +0000 Subject: always add to SRCS --- libexec/lfs_cleanerd/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec') diff --git a/libexec/lfs_cleanerd/Makefile.inc b/libexec/lfs_cleanerd/Makefile.inc index 7df1e44b431..145ab0a2bf2 100644 --- a/libexec/lfs_cleanerd/Makefile.inc +++ b/libexec/lfs_cleanerd/Makefile.inc @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.inc,v 1.2 2009/10/09 20:19:44 pooka Exp $ +# $NetBSD: Makefile.inc,v 1.3 2010/07/28 22:35:52 pooka Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 WARNS?=3 # XXX: too many sign-compare issues .include -SRCS= lfs_cleanerd.c fdfs.c coalesce.c cleansrv.c -SRCS+= lfs_cksum.c +SRCS+= lfs_cleanerd.c fdfs.c coalesce.c cleansrv.c +SRCS+= lfs_cksum.c SRCS+= bufcache.c vnode.c lfs.c kernelops.c # segwrite.c .PATH: ${NETBSDSRCDIR}/sys/ufs/lfs ${NETBSDSRCDIR}/sbin/fsck_lfs \ ${NETBSDSRCDIR}/libexec/lfs_cleanerd -- cgit