From fd7b7ed13ef54ade4e84a30c4efee4b44ff6d737 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Nov 2000 14:34:14 +0000 Subject: Use NetBSD's getopt{,_long}. --- gnu/usr.bin/diff3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/diff3') diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index b42ff5eb962..5fd7e21320e 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 1999/07/30 04:07:24 mycroft Exp $ +# $NetBSD: Makefile,v 1.12 2000/11/01 14:34:14 wiz Exp $ PROG= diff3 -SRCS= diff3.c getopt.c getopt1.c version.c +SRCS= diff3.c version.c CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" -- cgit