diff options
| author | wiz <wiz@NetBSD.org> | 2000-11-01 14:34:14 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-11-01 14:34:14 +0000 |
| commit | fd7b7ed13ef54ade4e84a30c4efee4b44ff6d737 (patch) | |
| tree | 5c395ecaf8b2f7adeebe6b4fe86a2667988bf311 /gnu/usr.bin/diff3 | |
| parent | 8aed9a24ac0400d182cd097bab03e51995afca31 (diff) | |
Use NetBSD's getopt{,_long}.
Diffstat (limited to 'gnu/usr.bin/diff3')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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\" |
