diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-10-29 09:08:35 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-10-29 09:08:35 +0000 |
| commit | 39db722b7757b5e7fd9615ba86812d55de5fc9e4 (patch) | |
| tree | 03c4b83fd401213e1f04742408f5f741d15372be /gnu/usr.bin/diff | |
| parent | 507accebbdbe792b3d627fad6a77d886ba804176 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/diff/doc/Makefile | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 717a247429e1..a6bc38509bd3 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,9 +1,11 @@ - +# $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 diff --git a/gnu/usr.bin/diff/doc/Makefile b/gnu/usr.bin/diff/doc/Makefile new file mode 100644 index 000000000000..033d464aa0cd --- /dev/null +++ b/gnu/usr.bin/diff/doc/Makefile @@ -0,0 +1,7 @@ +# $Id$ + +INFO = diff + +.PATH: ${.CURDIR}/.. + +.include <bsd.info.mk> |
