diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 01:40:25 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 01:40:25 +0000 |
| commit | 353d3e550f3bbb6af6c14e7e045ac744ff5c3103 (patch) | |
| tree | c6ec34c7030c1bc95be5115b90efa4bfce08f903 | |
| parent | e27b3bf5e2a16a4b2d8a5970b0ef3c7714f05c4b (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile index 279b60e51934..cc8a8f3088e4 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 |
