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

This commit is contained in:
Andrey A. Chernov 2004-02-17 03:40:32 +00:00
parent 518818386c
commit c66dab6245

View File

@ -8,7 +8,7 @@ SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp device.cpp errarg.cp
maxfilename.cpp mksdir.cpp nametoindex.cpp new.cpp paper.cpp prime.cpp\
progname.cpp ptable.cpp searchpath.cpp string.cpp strsave.cpp\
tmpfile.cpp tmpname.cpp version.cpp
SRCS+= getopt.c getopt1.c iftoa.c itoa.c matherr.c
SRCS+= iftoa.c itoa.c matherr.c
CLEANFILES= version.cpp
.include <bsd.lib.mk>