From 5d3921b341218a74d51fa8e1b25397a5811b008b Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 17 Feb 2004 01:40:25 +0000 Subject: Remove getopt*.c, we already have compatible getopt_long() in libc --- gnu/usr.bin/cpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1