diff options
author | ache <ache@FreeBSD.org> | 2004-02-17 00:56:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-17 00:56:16 +0000 |
commit | 5c61a40f904d42d72b65e8f26aca16bcafcd1f10 (patch) | |
tree | 94908a86d92ab44eea151a0875cb0acdb3712e87 | |
parent | 164b34122a3e838f43d2a95355d1922b7b3efc6d (diff) | |
download | FreeBSD-src-5c61a40f904d42d72b65e8f26aca16bcafcd1f10.zip FreeBSD-src-5c61a40f904d42d72b65e8f26aca16bcafcd1f10.tar.gz |
Remove getopt*.c, we already have getopt_long() in libc
-rw-r--r-- | gnu/usr.bin/bc/Makefile | 2 |
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} |