diff options
author | ache <ache@FreeBSD.org> | 2004-02-17 01:34:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-17 01:34:53 +0000 |
commit | 3242540820804120bb715d9d93ac6f7235a26547 (patch) | |
tree | 2940b3a102c1a6c3e277530e19a6e1271885600a /gnu/usr.bin/tar | |
parent | 9225004184eb8b00af237672ffeda2d000acba1a (diff) | |
download | FreeBSD-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/tar')
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index af270ed..2051bec 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -14,7 +14,7 @@ SUBDIR= doc # libtar SRCS SRCS= addext.c argmatch.c backupfile.c basename.c dirname.c error.c \ - exclude.c full-write.c getdate.c getline.c getopt.c getopt1.c \ + exclude.c full-write.c getdate.c getline.c \ getstr.c hash.c human.c mktime.c modechange.c prepargs.c \ print-copyr.c quotearg.c safe-read.c save-cwd.c savedir.c unicodeio.c \ xgetcwd.c xmalloc.c xstrdup.c xstrtoul.c xstrtoumax.c |