summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 02:08:03 +0000
committerache <ache@FreeBSD.org>2004-02-17 02:08:03 +0000
commit99e9c3338586562859a24437c24a5700e931089f (patch)
tree6b3469e6e0743169a96318dff5308660e0fc1fe0 /gnu/usr.bin
parent6ddcc8e1b385d0e031b088da792e4e7243f488c6 (diff)
downloadFreeBSD-src-99e9c3338586562859a24437c24a5700e931089f.zip
FreeBSD-src-99e9c3338586562859a24437c24a5700e931089f.tar.gz
Remove getopt*.c, we already have compatible getopt_long() in libc
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/libtxi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/libtxi/Makefile b/gnu/usr.bin/texinfo/libtxi/Makefile
index 96df19a..7098656 100644
--- a/gnu/usr.bin/texinfo/libtxi/Makefile
+++ b/gnu/usr.bin/texinfo/libtxi/Makefile
@@ -3,7 +3,7 @@
LIB= txi
INTERNALLIB= true
-SRCS= getopt.c getopt1.c substring.c xexit.c xmalloc.c xstrdup.c
+SRCS= substring.c xexit.c xmalloc.c xstrdup.c
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud