Skip to content

Commit

Permalink
GNU3 Diff 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YogoGit committed Jun 29, 1993
1 parent 515337c commit 2870c1b
Show file tree
Hide file tree
Showing 8 changed files with 3,239 additions and 0 deletions.
339 changes: 339 additions & 0 deletions gnu/usr.bin/diff3/COPYING

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions gnu/usr.bin/diff3/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
CFLAGS+=-DDIRENT=1 -DHAVE_UNISTD_H=1 -DHAVE_DUP2=1 -DHAVE_MEMCHR=1 \
-DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_FCNTL_H=1 \
-DHAVE_STRING_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_TIME_H=1 \
-DHAVE_ST_BLKSIZE=1 -DDIFF_PROGRAM=\"/usr/bin/diff\"
NOMAN=noman

.include <bsd.prog.mk>
Loading

0 comments on commit 2870c1b

Please sign in to comment.