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

This commit is contained in:
Andrey A. Chernov 2004-02-17 00:56:16 +00:00
parent 0bd7aa5188
commit 123b24e355

View File

@ -5,7 +5,7 @@ BCDIR= ${.CURDIR}/../../../contrib/bc
PROG= bc
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
number.c getopt.c getopt1.c
number.c
CFLAGS+=-I. -I${.CURDIR} -I${BCDIR}/h -I${BCDIR}/bc
CFLAGS+=-DHAVE_CONFIG_H
DPADD= ${LIBREADLINE} ${LIBTERMCAP}