Remove getopt*.c, we already have getopt_long() in libc
This commit is contained in:
parent
0bd7aa5188
commit
123b24e355
@ -5,7 +5,7 @@ BCDIR= ${.CURDIR}/../../../contrib/bc
|
|||||||
|
|
||||||
PROG= bc
|
PROG= bc
|
||||||
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
|
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+=-I. -I${.CURDIR} -I${BCDIR}/h -I${BCDIR}/bc
|
||||||
CFLAGS+=-DHAVE_CONFIG_H
|
CFLAGS+=-DHAVE_CONFIG_H
|
||||||
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
|
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user