summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 01:40:25 +0000
committerache <ache@FreeBSD.org>2004-02-17 01:40:25 +0000
commit5d3921b341218a74d51fa8e1b25397a5811b008b (patch)
treec6ec34c7030c1bc95be5115b90efa4bfce08f903
parent3242540820804120bb715d9d93ac6f7235a26547 (diff)
downloadFreeBSD-src-5d3921b341218a74d51fa8e1b25397a5811b008b.zip
FreeBSD-src-5d3921b341218a74d51fa8e1b25397a5811b008b.tar.gz
Remove getopt*.c, we already have compatible getopt_long() in libc
-rw-r--r--gnu/usr.bin/cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index 279b60e..cc8a8f3 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 \
-DHAVE_SYS_PARAM_H=1
SRCS = copyin.c copyout.c copypass.c defer.c dirname.c dstring.c error.c \
- filemode.c getopt.c getopt1.c global.c idcache.c main.c makepath.c \
+ filemode.c global.c idcache.c main.c makepath.c \
rtapelib.c stripslash.c tar.c userspec.c util.c version.c \
xmalloc.c xstrdup.c
OpenPOWER on IntegriCloud