Module Name: src
Committed By: christos
Date: Thu Jan 14 02:41:58 UTC 2016
Modified Files:
src/external/gpl2/groff/bin: Makefile
Added Files:
src/external/gpl2/groff/bin/gdiffmk: Makefile
Log Message:
remove afmtodit, add gdiffmk
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/groff/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/gpl2/groff/bin/gdiffmk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/groff/bin/Makefile
diff -u src/external/gpl2/groff/bin/Makefile:1.1 src/external/gpl2/groff/bin/Makefile:1.2
--- src/external/gpl2/groff/bin/Makefile:1.1 Wed Jan 13 14:01:55 2016
+++ src/external/gpl2/groff/bin/Makefile Wed Jan 13 21:41:58 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 19:01:55 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/14 02:41:58 christos Exp $
-SUBDIR= addftinfo afmtodit eqn grn groff grog hpftodit html indxbib \
+SUBDIR= addftinfo eqn gdiffmk grn groff grog hpftodit html indxbib \
lkbib lookbib nroff pfbtops pic refer soelim tbl tfmtodit troff
+# afmtodit?
.include <bsd.subdir.mk>
Added files:
Index: src/external/gpl2/groff/bin/gdiffmk/Makefile
diff -u /dev/null src/external/gpl2/groff/bin/gdiffmk/Makefile:1.1
--- /dev/null Wed Jan 13 21:41:58 2016
+++ src/external/gpl2/groff/bin/gdiffmk/Makefile Wed Jan 13 21:41:58 2016
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2016/01/14 02:41:58 christos Exp $
+
+DIST_SUBDIR= contrib/gdiffmk
+
+.include <bsd.init.mk>
+
+SCRIPTS= gdiffmk
+MAN= gdiffmk.1
+CLEANFILES= ${SCRIPTS} ${MAN}
+
+.include <bsd.prog.mk>