summaryrefslogtreecommitdiffstats
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-01 22:30:57 +0000
committerjhb <jhb@FreeBSD.org>2008-07-01 22:30:57 +0000
commitb3f9efd84f8df8197d4f03f332661619566d3c1c (patch)
treef24771b13b316a88d1eb8552fd86fc7cfd0f39a9 /lib/libutil/Makefile
parent0739111e2a4030f5345e082e7d433fe861ac07e0 (diff)
downloadFreeBSD-src-b3f9efd84f8df8197d4f03f332661619566d3c1c.zip
FreeBSD-src-b3f9efd84f8df8197d4f03f332661619566d3c1c.tar.gz
Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing
this by hand in userland utilities. MFC after: 1 month
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 4860292..ce544c3 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -9,9 +9,9 @@ LIB= util
SHLIB_MAJOR= 7
SRCS= _secure_path.c auth.c gr_util.c expand_number.c flopen.c fparseln.c \
- humanize_number.c kld.c login.c login_auth.c login_cap.c login_class.c \
- login_crypt.c login_ok.c login_times.c login_tty.c logout.c \
- logwtmp.c pidfile.c property.c pty.c pw_util.c realhostname.c \
+ hexdump.c humanize_number.c kld.c login.c login_auth.c login_cap.c \
+ login_class.c login_crypt.c login_ok.c login_times.c login_tty.c \
+ logout.c logwtmp.c pidfile.c property.c pty.c pw_util.c realhostname.c \
stub.c trimdomain.c uucplock.c
INCS= libutil.h login_cap.h
OpenPOWER on IntegriCloud