From 123b24e355db22ae7434d7d795331ad5a4ffbf09 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Feb 2004 00:56:16 +0000 Subject: [PATCH] Remove getopt*.c, we already have getopt_long() in libc --- gnu/usr.bin/bc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index fcf0fd049fc1..4786ebfeb584 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -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}