aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /lib/libutil/Makefile
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 8f30077d9dd4..50113aef1ebe 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,12 +1,18 @@
-# @(#)Makefile 5.10 (Berkeley) 5/6/91
+# from: @(#)Makefile 5.10 (Berkeley) 5/6/91
+# $Id: Makefile,v 1.10 1994/02/23 09:56:37 rgrimes Exp $
LIB= util
# kvm.c needs -I/sys
CFLAGS+=-DLIBC_SCCS -I/sys
SRCS= daemon.c getloadavg.c kvm.c login.c login_tty.c logout.c logwtmp.c \
- pty.c pwcache.c
-MAN3= getloadavg.3 pwcache.3
+ pty.c pwcache.c config.c osname.c
+MAN3= getloadavg.3 pwcache.3 config_open.3 daemon.3 osname.3
-MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
+MLINKS+=pwcache.3 user_from_uid.3 \
+ pwcache.3 group_from_gid.3 \
+ config_open.3 config_close.3 \
+ config_open.3 config_next.3 \
+ config_open.3 config_skip.3 \
+ osname.3 osnamever.3
.include <bsd.lib.mk>