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/38c21f98fbd4
branches: trunk
changeset: 937771:38c21f98fbd4
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 0a26acdc7614 -r 38c21f98fbd4 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