summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 01:34:53 +0000
committerache <ache@FreeBSD.org>2004-02-17 01:34:53 +0000
commit3242540820804120bb715d9d93ac6f7235a26547 (patch)
tree2940b3a102c1a6c3e277530e19a6e1271885600a /gnu/usr.bin/dc
parent9225004184eb8b00af237672ffeda2d000acba1a (diff)
downloadFreeBSD-src-3242540820804120bb715d9d93ac6f7235a26547.zip
FreeBSD-src-3242540820804120bb715d9d93ac6f7235a26547.tar.gz
Remove getopt*.c, we already have compatible getopt_long() in libc
Diffstat (limited to 'gnu/usr.bin/dc')
-rw-r--r--gnu/usr.bin/dc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
index 8ecd2e2..12de718 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -6,7 +6,7 @@ BCDIR= ${.CURDIR}/../../../contrib/bc
PROG= dc
SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \
- getopt.c getopt1.c number.c
+ number.c
CFLAGS+=-I${.CURDIR}/../bc -I${BCDIR}/h -DHAVE_CONFIG_H
DPADD= ${LIBM}
LDADD= -lm
OpenPOWER on IntegriCloud