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/sdiff | |
| parent | 8aed9a24ac0400d182cd097bab03e51995afca31 (diff) | |
Use NetBSD's getopt{,_long}.
Diffstat (limited to 'gnu/usr.bin/sdiff')
| -rw-r--r-- | gnu/usr.bin/sdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile index 176ee85a87d..628b3cf50a2 100644 --- a/gnu/usr.bin/sdiff/Makefile +++ b/gnu/usr.bin/sdiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 1999/07/30 04:07:26 mycroft Exp $ +# $NetBSD: Makefile,v 1.11 2000/11/01 14:34:15 wiz Exp $ PROG= sdiff -SRCS= sdiff.c getopt.c getopt1.c version.c +SRCS= sdiff.c version.c CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" |
