diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
| commit | 488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a (patch) | |
| tree | b1d715ffa5fe6015cc068c7ffa95691065e5b552 /gnu/usr.bin/diffutils/diff | |
| parent | 60f2388778167bbc460fbe5567ee4872abbdc988 (diff) | |
Import build structure for diffutils-2.8.1. Reviewed by christos.
Diffstat (limited to 'gnu/usr.bin/diffutils/diff')
| -rw-r--r-- | gnu/usr.bin/diffutils/diff/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/usr.bin/diffutils/diff/Makefile b/gnu/usr.bin/diffutils/diff/Makefile new file mode 100644 index 00000000000..c4dc583af98 --- /dev/null +++ b/gnu/usr.bin/diffutils/diff/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $ + +.include "${.CURDIR}/../Makefile.inc" + +DIST= ${IDIST}/src +.PATH: ${DIST} ${IDIST}/doc ${IDIST}/man + +PROG= diff +SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \ + normal.c side.c util.c version.c + +DPADD+= ${LIBDIFFUTILS} +LDADD+= ${LIBDIFFUTILS} + +INFOFLAGS= -I${IDIST}/doc +TEXINFO= diff.texi + +.include <bsd.info.mk> +.include <bsd.prog.mk> |
