Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/wgconfig wgconfig does not need libcrypt.



details:   https://anonhg.NetBSD.org/src/rev/cd664a6b6869
branches:  trunk
changeset: 943091:cd664a6b6869
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Aug 26 15:49:07 2020 +0000

description:
wgconfig does not need libcrypt.

diffstat:

 usr.sbin/wgconfig/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 2cbc331a36b4 -r cd664a6b6869 usr.sbin/wgconfig/Makefile
--- a/usr.sbin/wgconfig/Makefile        Wed Aug 26 13:35:12 2020 +0000
+++ b/usr.sbin/wgconfig/Makefile        Wed Aug 26 15:49:07 2020 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2020/08/20 21:28:02 riastradh Exp $
+#      $NetBSD: Makefile,v 1.2 2020/08/26 15:49:07 riastradh Exp $
 
 PROG=  wgconfig
 MAN=   wgconfig.8
 
-DPADD+=        ${LIBPROP} ${LIBCRYPT} ${LIBUTIL}
-LDADD+=        -lprop -lcrypt -lutil
+DPADD+=        ${LIBPROP} ${LIBUTIL}
+LDADD+=        -lprop -lutil
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index