diff options
| author | jtc <jtc@NetBSD.org> | 1994-03-09 19:06:47 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-03-09 19:06:47 +0000 |
| commit | a35836919c1b38fc763ffad53b890503c514eedc (patch) | |
| tree | 1b75e043413ccfde32f8250bfa6cc3668c0b37ad /gnu/usr.bin/diff3 | |
| parent | aab638bd0775d8576436ebed5dd39e7bc7107361 (diff) | |
From: Larry Jones <scjones@thor.sdrc.com>
Subject: man pages for diff et al.
I finally got tired of not having man pages for diff and friends, so I
edited the appropriate sections of the texinfo manual into man format.
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 0e49d66dfb0..a11338ade00 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.5 1993/10/07 07:24:01 cgd Exp $ +# $Id: Makefile,v 1.6 1994/03/09 19:07:00 jtc Exp $ PROG= diff3 SRCS= diff3.c getopt.c getopt1.c version.c CFLAGS+= -I$(.CURDIR)/../diff \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" + LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a -NOMAN= noman .include <bsd.prog.mk> .PATH: $(.CURDIR)/../diff |
