Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/libexec/lfs_cleanerd Pull up revision 1.7 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/d738f61eaeb5
branches:  netbsd-1-5
changeset: 490620:d738f61eaeb5
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 21:42:27 2001 +0000

description:
Pull up revision 1.7 (requested by perseant):
  Link in libutil, for pidfile().

diffstat:

 libexec/lfs_cleanerd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 768e4572c65b -r d738f61eaeb5 libexec/lfs_cleanerd/Makefile
--- a/libexec/lfs_cleanerd/Makefile     Sat Feb 03 21:42:00 2001 +0000
+++ b/libexec/lfs_cleanerd/Makefile     Sat Feb 03 21:42:27 2001 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.6 1997/10/22 05:51:29 lukem Exp $
+#      $NetBSD: Makefile,v 1.6.10.1 2001/02/03 21:42:27 he Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/5/93
 
 PROG=  lfs_cleanerd
 CPPFLAGS+=-I${.CURDIR} -DDIAGNOSTIC
 MAN=   lfs_cleanerd.8
 SRCS=  cleanerd.c lfs_cksum.c library.c misc.c print.c
+LDADD+=-lutil
+DPADD+=${LIBUTIL}
 
 .PATH: ${.CURDIR}/../../sys/ufs/lfs
 



Home | Main Index | Thread Index | Old Index