summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 01:49:20 +0000
committerache <ache@FreeBSD.org>2004-02-17 01:49:20 +0000
commit006d901b6470fcb731a0390e17d94f7b450e8aff (patch)
treedcbd4d7ed63fa561028635b2d9435f1d0a148764 /gnu
parentfe43b1b62c413c1ab1a40a16624db404dfa1c30e (diff)
downloadFreeBSD-src-006d901b6470fcb731a0390e17d94f7b450e8aff.zip
FreeBSD-src-006d901b6470fcb731a0390e17d94f7b450e8aff.tar.gz
Remove getopt*.c, we already have compatible getopt_long() in libc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 06cce05..57fd061 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -10,7 +10,7 @@ PROG_CXX= gperf
SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
vectors.cc version.cc
-SRCS+= hash.cc getopt.c getopt1.c
+SRCS+= hash.cc
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
OpenPOWER on IntegriCloud