diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2012-08-17 18:20:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-08-17 18:20:38 +0000 |
| commit | 6f5e32433e97994e0c5b6b4262b9c3a922c52ee8 (patch) | |
| tree | 616bba1a4cc7a708e0aaea3712968c5fe7b4fd6f /gnu/usr.bin/diff/Makefile | |
| parent | 1ec9bedabe67b4d2ad5f86cd8636cba4a155242e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index ba5ab653834e..a5ceb179feee 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -27,10 +27,4 @@ SUBDIR+=doc DPADD= ${LIBGNUREGEX} LDADD= -lgnuregex -.for f in diff.c context.c -${f}: ${DIFFSRC}/${f} ${.CURDIR}/${f}.diff - patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f} -CLEANFILES+= ${f} -.endfor - .include <bsd.prog.mk> |
