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/0360a7bc4146
branches:  trunk
changeset: 335635:0360a7bc4146
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 18 17:28:36 2015 +0000

description:
*** empty log message ***

diffstat:

 external/bsd/blacklist/bin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 3664cb45754a -r 0360a7bc4146 external/bsd/blacklist/bin/Makefile
--- a/external/bsd/blacklist/bin/Makefile       Sun Jan 18 17:06:24 2015 +0000
+++ b/external/bsd/blacklist/bin/Makefile       Sun Jan 18 17:28:36 2015 +0000
@@ -1,8 +1,9 @@
 .include <bsd.own.mk>
 
 MKMAN=no
-PROGS=srvtest cltest
+PROGS=srvtest cltest blacklistd
 SRCS.srvtest = client.c srvtest.c
 SRCS.cltest = cltest.c
+SRCS.blacklistd = client.c blacklistd.c
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index