diff options
| author | pooka <pooka@NetBSD.org> | 2009-10-09 20:19:44 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-10-09 20:19:44 +0000 |
| commit | 977fb405f80d3c2c42c356f4d3ed82069eea15e7 (patch) | |
| tree | 2d59dbca0e0711196ed014af8669f402dc2e3b61 /libexec | |
| parent | 836ae0cec5fa3719659c7b3468e64da72b9e7304 (diff) | |
LDADD+= instead of LDADD=
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 2fec757b194..7df1e44b431 100644 --- a/libexec/lfs_cleanerd/Makefile.inc +++ b/libexec/lfs_cleanerd/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 2009/08/06 00:51:55 pooka Exp $ +# $NetBSD: Makefile.inc,v 1.2 2009/10/09 20:19:44 pooka Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 WARNS?=3 # XXX: too many sign-compare issues @@ -12,8 +12,8 @@ SRCS+= bufcache.c vnode.c lfs.c kernelops.c # segwrite.c ${NETBSDSRCDIR}/libexec/lfs_cleanerd FSCK_LFS= ${NETBSDSRCDIR}/sbin/fsck_lfs -DPADD= ${LIBUTIL} -LDADD= -lutil +DPADD+= ${LIBUTIL} +LDADD+= -lutil CPPFLAGS+=-I${FSCK_LFS} -I${NETBSDSRCDIR}/sbin/mount_lfs # -DUSE_CLIENT_SERVER CPPFLAGS+="-Dmutex_enter(x)=" "-Dmutex_exit(x)=" CPPFLAGS+="-DKASSERT(x)=" |
