summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-04-27 05:05:13 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-04-27 05:09:07 +0200
commit6b46c62f4663c84790120a4e74e155a6ef16b41c (patch)
treeb318fa7550833623ada374d9783dc6b76929e44a /pw/Makefile
parentbbdcdb5b3bd8e0042347afa0c0575b928fceb9d4 (diff)
downloadpw-darwin-6b46c62f4663c84790120a4e74e155a6ef16b41c.tar.gz
pw-darwin-6b46c62f4663c84790120a4e74e155a6ef16b41c.tar.zst
pw-darwin-6b46c62f4663c84790120a4e74e155a6ef16b41c.zip
pw(8): use openmemstream instead of sbuf(9)
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 8db96d9..353eac1 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?= 3
-LIBADD= crypt util sbuf
+LIBADD= crypt util
.include <src.opts.mk>