summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 00:56:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 00:56:16 +0000
commit123b24e355db22ae7434d7d795331ad5a4ffbf09 (patch)
tree94908a86d92ab44eea151a0875cb0acdb3712e87 /gnu/usr.bin/bc
parent0bd7aa51886d23c087ef9ba6ae382e37cf44543d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
-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 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}