summaryrefslogtreecommitdiffstats
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-11-05 10:45:39 +0000
committerdes <des@FreeBSD.org>2008-11-05 10:45:39 +0000
commit52c1c041c458b24bf17d7e8684cc53425fcd143b (patch)
treec7d878fe3f6f1955ea9bdcf66e718cf228b66f8c /lib/libutil/Makefile
parentf3b33ac21f567c5cb71512e7482c4c93e008cf28 (diff)
downloadFreeBSD-src-52c1c041c458b24bf17d7e8684cc53425fcd143b.zip
FreeBSD-src-52c1c041c458b24bf17d7e8684cc53425fcd143b.tar.gz
Disconnect gr_util.c from the build. It isn't documented or used anywhere
in the tree, and due to unsafe pointer arithmetic, it will most likely crash on architectures with strict alignment requirements.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 777f95e..3530231 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -8,7 +8,7 @@ SHLIBDIR?= /lib
LIB= util
SHLIB_MAJOR= 7
-SRCS= _secure_path.c auth.c gr_util.c expand_number.c flopen.c fparseln.c \
+SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.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 \
OpenPOWER on IntegriCloud