39db722b77
As Bruce said, this is a little bogus, it'd be nice if bsd.prog.mk knew about .texi in the same way as it does man pages.. Submitted by: bde
13 lines
244 B
Makefile
13 lines
244 B
Makefile
# $Id$
|
|
PROG= diff
|
|
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
|
|
version.c getopt.c getopt1.c side.c cmpbuf.c
|
|
CFLAGS+=-DHAVE_CONFIG_H
|
|
|
|
SUBDIR+= doc
|
|
|
|
DPADD+= ${LIBGNUREGEX}
|
|
LDADD+= -lgnuregex
|
|
|
|
.include <bsd.prog.mk>
|