summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
index fcf0fd0..4786ebf 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}
OpenPOWER on IntegriCloud