diff options
| author | pooka <pooka@NetBSD.org> | 2010-07-28 22:35:52 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-07-28 22:35:52 +0000 |
| commit | fc729209b14eb30386f4d699fcbf306a10aa5dfd (patch) | |
| tree | b60780423d01e01d315800dafdde89be8e0f2deb /libexec | |
| parent | c0fdba09194acb31f6699511577ad799e7b81b4e (diff) | |
always add to SRCS
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/lfs_cleanerd/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.own.mk> -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 |
