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/diff/Makefile | |
| 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/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 7dd531c92d8..2786293810f 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1993/10/07 07:23:57 cgd Exp $ +# $Id: Makefile,v 1.6 1994/03/09 19:06:47 jtc Exp $ PROG= diff SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \ @@ -7,6 +7,5 @@ SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \ CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a -NOMAN=noman .include <bsd.prog.mk> |
