diff options
author | ache <ache@FreeBSD.org> | 2004-02-17 02:08:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-17 02:08:03 +0000 |
commit | 99e9c3338586562859a24437c24a5700e931089f (patch) | |
tree | 6b3469e6e0743169a96318dff5308660e0fc1fe0 /gnu | |
parent | 6ddcc8e1b385d0e031b088da792e4e7243f488c6 (diff) | |
download | FreeBSD-src-99e9c3338586562859a24437c24a5700e931089f.zip FreeBSD-src-99e9c3338586562859a24437c24a5700e931089f.tar.gz |
Remove getopt*.c, we already have compatible getopt_long() in libc
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/libtxi/Makefile | 2 |
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> |