a35836919c
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.
13 lines
298 B
Makefile
13 lines
298 B
Makefile
# $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
|
|
|
|
.include <bsd.prog.mk>
|
|
.PATH: $(.CURDIR)/../diff
|