aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-07-01 22:30:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-07-01 22:30:57 +0000
commite1355b07eede4d5a1abe1462a81fc253e51b83e3 (patch)
treef24771b13b316a88d1eb8552fd86fc7cfd0f39a9 /lib/libutil/Makefile
parentc1871fe5ecc9c0c63b56e57c89f45a7ee2a1068e (diff)
downloadsrc-e1355b07eede4d5a1abe1462a81fc253e51b83e3.tar.gz
src-e1355b07eede4d5a1abe1462a81fc253e51b83e3.zip
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
Notes
Notes: svn path=/head/; revision=180161
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 4860292c1196..ce544c320a8d 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