From e27b3bf5e2a16a4b2d8a5970b0ef3c7714f05c4b Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Feb 2004 01:34:53 +0000 Subject: Remove getopt*.c, we already have compatible getopt_long() in libc --- gnu/usr.bin/diff3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/diff3/Makefile') diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index 1acd3142c026..f5f9c89a839b 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/diff PROG= diff3 -SRCS= diff3.c getopt.c getopt1.c version.c +SRCS= diff3.c version.c # Important for ctype macros! CFLAGS+=-funsigned-char -- cgit v1.3