diff options
author | ache <ache@FreeBSD.org> | 2004-02-17 01:08:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-17 01:08:34 +0000 |
commit | 25de2674cae9b9b93e58e620f83dbfb284d4fce6 (patch) | |
tree | fecc14006e826a119ef3b45f43992a0887574621 /gnu/usr.bin | |
parent | 899cb00eb16f59bfa1184e7a1209bf2c63b84768 (diff) | |
download | FreeBSD-src-25de2674cae9b9b93e58e620f83dbfb284d4fce6.zip FreeBSD-src-25de2674cae9b9b93e58e620f83dbfb284d4fce6.tar.gz |
Remove getopt*.c, we already have compatible getopt_long() in libc
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/sort/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index de752b5..a1264e5 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -9,8 +9,6 @@ SRCS= sort.c \ dup-safer.c \ error.c \ fopen-safer.c \ - getopt.c \ - getopt1.c \ hard-locale.c \ human.c \ long-options.c \ |