diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
| commit | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (patch) | |
| tree | 25f4ec424ec1c7a9e0bfde8b69e88a765dec1ddd /gnu/usr.bin/diff | |
| parent | 2f4706e95c959e4bc9c43ce8db54d5b351ea3817 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/diff/doc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index a27ef7f0b612..a6bc38509bd3 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $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 diff --git a/gnu/usr.bin/diff/doc/Makefile b/gnu/usr.bin/diff/doc/Makefile index e57a270c3747..472c6b50ecdc 100644 --- a/gnu/usr.bin/diff/doc/Makefile +++ b/gnu/usr.bin/diff/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ INFO = diff |
