Module Name: src
Committed By: mrg
Date: Sun Mar 11 08:59:52 UTC 2018
Modified Files:
src/external/mit/xorg/bin/xwud: Makefile
Log Message:
use xorg-pkg-ver.mk
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xwud/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/mit/xorg/bin/xwud/Makefile
diff -u src/external/mit/xorg/bin/xwud/Makefile:1.2 src/external/mit/xorg/bin/xwud/Makefile:1.3
--- src/external/mit/xorg/bin/xwud/Makefile:1.2 Wed Jul 22 08:46:51 2015
+++ src/external/mit/xorg/bin/xwud/Makefile Sun Mar 11 08:59:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/07/22 08:46:51 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/11 08:59:52 mrg Exp $
.include <bsd.own.mk>
@@ -10,5 +10,7 @@ DPADD+= ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man
+.include "../../xorg-pkg-ver.mk"
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>