summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-02 18:52:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-02 18:52:04 +0000
commit8a44cf76de43b01fa5c615a63dd4837ac82da37d (patch)
tree29c0bf5d3de1d939223fe075a83eee3fd3fed22a /lib/libutil/Makefile
parentbeef27a3725bdc28787adb3f632bf0daee6a6a0d (diff)
merge ohash into 1 source file, then we can revisit next roadmap items.
ok espie
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 0540d61d30a..9a120e1033d 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 2014/05/12 19:09:00 espie Exp $
+# $OpenBSD: Makefile,v 1.38 2014/06/02 18:52:03 deraadt Exp $
# $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $
LIB= util
@@ -60,10 +60,8 @@ MLINKS+=uucplock.3 uu_lockerr.3
MLINKS+=uucplock.3 uu_lock_txfr.3
MLINKS+=fmt_scaled.3 scan_scaled.3
-SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
- ohash_enum.c ohash_init.c ohash_interval.c \
- ohash_lookup_interval.c ohash_lookup_memory.c \
- ohash_qlookup.c ohash_qlookupi.c
+SRCS+= ohash.c
+HDRS += ohash.h
MAN += ohash_init.3 ohash_interval.3
MLINKS += ohash_init.3 ohash_delete.3 \
@@ -78,7 +76,6 @@ MLINKS += ohash_init.3 ohash_delete.3 \
ohash_interval.3 ohash_create_entry.3 \
ohash_interval.3 ohash_qlookupi.3 \
ohash_interval.3 ohash_qlookup.3
-HDRS += ohash.h
includes:
@cd ${.CURDIR}; for i in $(HDRS); do \