summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/sdiff/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-13 03:40:49 +0000
committerchristos <christos@NetBSD.org>2016-01-13 03:40:49 +0000
commite24eccea776de5d0b3032898b8329fd07f09d4ce (patch)
tree18c69f6f8ae93f2d22c6714085f60181ab21c10c /gnu/usr.bin/diffutils/sdiff/Makefile
parent8df9f5af1bdb21f5a7075c1eae6ff7c25968c338 (diff)
unhook and delete diffutils/gettext
Diffstat (limited to 'gnu/usr.bin/diffutils/sdiff/Makefile')
-rw-r--r--gnu/usr.bin/diffutils/sdiff/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/diffutils/sdiff/Makefile b/gnu/usr.bin/diffutils/sdiff/Makefile
deleted file mode 100644
index 04954c6b4cb..00000000000
--- a/gnu/usr.bin/diffutils/sdiff/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $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}/man
-
-PROG= sdiff
-SRCS= sdiff.c version.c
-
-DPADD+= ${LIBDIFFUTILS}
-LDADD+= ${LIBDIFFUTILS}
-
-.include <bsd.prog.mk>