summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 080671083f7..d4e748231ba 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,15 +1,17 @@
-# $OpenBSD: Makefile,v 1.35 2012/09/06 19:41:59 tedu Exp $
+# $OpenBSD: Makefile,v 1.36 2013/06/03 21:07:02 tedu Exp $
# $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $
LIB= util
HDRS= util.h imsg.h
-SRCS= check_expire.c duid.c getmaxpartitions.c getrawpartition.c login.c \
+SRCS= bcrypt_pbkdf.c check_expire.c duid.c getmaxpartitions.c \
+ getrawpartition.c login.c \
login_tty.c logout.c logwtmp.c opendev.c passwd.c pty.c readlabel.c \
login_fbtab.c uucplock.c fparseln.c opendisk.c pidfile.c \
fmt_scaled.c imsg.c imsg-buffer.c pkcs5_pbkdf2.c
-MAN= check_expire.3 getmaxpartitions.3 getrawpartition.3 isduid.3 login.3 \
+MAN= bcrypt_pbkdf.3 check_expire.3 getmaxpartitions.3 getrawpartition.3 \
+ isduid.3 login.3 \
opendev.3 openpty.3 pw_init.3 pw_lock.3 readlabelfs.3 uucplock.3 \
fparseln.3 opendisk.3 login_fbtab.3 pidfile.3 fmt_scaled.3 imsg_init.3 \
pkcs5_pbkdf2.3