summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 19:00:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 19:00:16 +0000
commit6e7814395c1b2372a7de0986db48a982f2a07856 (patch)
tree5089aa8138faed630c903dde7e7637f522ce64d2 /pw/Makefile
parent9fc68690c69af5dd6a2440e749f34c62c59f9e81 (diff)
downloadpw-darwin-6e7814395c1b2372a7de0986db48a982f2a07856.tar.gz
pw-darwin-6e7814395c1b2372a7de0986db48a982f2a07856.tar.zst
pw-darwin-6e7814395c1b2372a7de0986db48a982f2a07856.zip
Use sbuf(9) instead of homebrewed buffered string
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 269b145..69953da 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -8,7 +8,7 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
WARNS?= 2
-LIBADD= crypt util
+LIBADD= crypt util sbuf
.include <src.opts.mk>