Remove getopt*.c, we already have compatible getopt_long() in libc

This commit is contained in:
Andrey A. Chernov 2004-02-17 02:08:03 +00:00
parent 6abefb4fcd
commit b3529dcd32

View File

@ -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>