summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-03 01:05:37 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-03 01:05:37 +0000
commit4e3cf5ae51e6086fa825eb14dabe972a3825b88f (patch)
treef603fa47cce05fd6b90d181d8e85c40202b1c3e9 /lib/libutil/Makefile
parent0d21ef0815f117f6c6ea39a71f98d7d6689eb7ba (diff)
Add readlabelfs().
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 f053d07588a..34811926e6d 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1996/07/31 17:46:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 1996/12/03 01:05:35 downsj Exp $
# $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $
LIB= util
@@ -6,7 +6,7 @@ CFLAGS+=-DLIBC_SCCS
HDRS= util.h scsi.h
SRCS= getmaxpartitions.c getrawpartition.c login.c login_tty.c logout.c \
- logwtmp.c opendev.c passwd.c pty.c scsi.c login_fbtab.c
+ logwtmp.c opendev.c passwd.c pty.c readlabel.c scsi.c login_fbtab.c
# XXX need login_fbtab.3
MAN= getmaxpartitions.3 getrawpartition.3 login.3 opendev.3 openpty.3 \