Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/bin *** empty log message ***
details: https://anonhg.NetBSD.org/src/rev/b1f048f9affc
branches: trunk
changeset: 335658:b1f048f9affc
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 19 18:52:54 2015 +0000
description:
*** empty log message ***
diffstat:
external/bsd/blacklist/bin/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 8ea5ea65558b -r b1f048f9affc external/bsd/blacklist/bin/Makefile
--- a/external/bsd/blacklist/bin/Makefile Mon Jan 19 15:07:25 2015 +0000
+++ b/external/bsd/blacklist/bin/Makefile Mon Jan 19 18:52:54 2015 +0000
@@ -2,8 +2,10 @@
MKMAN=no
PROGS=srvtest cltest blacklistd
-SRCS.srvtest = client.c srvtest.c
+SRCS.srvtest = bl.c srvtest.c
SRCS.cltest = cltest.c
-SRCS.blacklistd = client.c blacklistd.c
+SRCS.blacklistd = bl.c blacklistd.c conf.c
+LDADD.blacklistd += -lutil
+LPADD.blacklistd += ${LIBUTIL}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index