diff options
author | brooks <brooks@FreeBSD.org> | 2015-06-10 15:07:13 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2015-06-10 15:07:13 +0000 |
commit | b06e460d39b9533634a1ad4d4f2382323b19fda0 (patch) | |
tree | e1babcefad00597d9867562e925e80f4e04e7996 /lib/libutil/Makefile | |
parent | adee32cbccb41cbc7ee4dc15f78280445df950b6 (diff) | |
download | FreeBSD-src-b06e460d39b9533634a1ad4d4f2382323b19fda0.zip FreeBSD-src-b06e460d39b9533634a1ad4d4f2382323b19fda0.tar.gz |
List kinfo_getfile.c only once.
MFC after: 3 days
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 2f68628..35d146a 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -9,7 +9,7 @@ LIB= util SHLIB_MAJOR= 9 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \ - hexdump.c humanize_number.c kinfo_getfile.c kinfo_getfile.c \ + hexdump.c humanize_number.c kinfo_getfile.c \ kinfo_getallproc.c kinfo_getproc.c kinfo_getvmmap.c \ kinfo_getvmobject.c kld.c \ login_auth.c login_cap.c \ |