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
commitf8169403d8544ad1b4afe9e690f9d0b5e7aa9cac (patch)
tree90b117fdc77c4ef7f9c90a98bedaaac870cb9ef6 /pw/Makefile
parent0568ea814c233df50b602aad395969a743bb4eac (diff)
downloadpw-darwin-f8169403d8544ad1b4afe9e690f9d0b5e7aa9cac.tar.gz
pw-darwin-f8169403d8544ad1b4afe9e690f9d0b5e7aa9cac.tar.zst
pw-darwin-f8169403d8544ad1b4afe9e690f9d0b5e7aa9cac.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>