summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2004-11-19 21:37:19 +0000
committerchristos <christos@NetBSD.org>2004-11-19 21:37:19 +0000
commiteb6484700a73a8dacd698c895aefc95c41063645 (patch)
treeec6521706012ad76f3e2da52174d1010d2ace723 /lib/libutil/Makefile
parent8ff9670d6095aa285b6c7b1b904634fd31afdea2 (diff)
Add sockaddr_snprintf; XXX: Needs a man page.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 7d3f86f15c0..bb111dc3368 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/11/11 20:36:28 dsl Exp $
+# $NetBSD: Makefile,v 1.45 2004/11/19 21:37:19 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@@ -14,7 +14,7 @@ SRCS= getbootfile.c getlabelsector.c getmaxpartitions.c \
login.c loginx.c login_cap.c login_tty.c logout.c logoutx.c \
logwtmp.c logwtmpx.c opendisk.c \
passwd.c pw_scan.c pidfile.c pidlock.c pty.c secure_path.c \
- snprintb.c ttyaction.c ttymsg.c
+ snprintb.c sockaddr_snprintf.c ttyaction.c ttymsg.c
MAN= getbootfile.3 getlabelsector.3 getmaxpartitions.3 \
getmntopts.3 \