diff options
| author | Nate Williams <nate@FreeBSD.org> | 1993-06-29 08:13:44 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1993-06-29 08:13:44 +0000 |
| commit | 515337cf85d4e128671670eca8398f497464863e (patch) | |
| tree | 7e0d97647c7a323e4c39638a8ddabaa09d46be3e /gnu/usr.bin/diff/Makefile | |
| parent | 10f89e536693f7e8bf0b8b01633067b5d7bd1fb2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile new file mode 100644 index 000000000000..e75c0a001101 --- /dev/null +++ b/gnu/usr.bin/diff/Makefile @@ -0,0 +1,11 @@ + +PROG= diff +SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \ + version.c regex.c getopt.c getopt1.c side.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 +NOMAN=noman + +.include <bsd.prog.mk> |
