Module Name: src
Committed By: nia
Date: Mon Sep 28 06:04:08 UTC 2020
Modified Files:
src/external/mit/ctwm: Makefile
src/external/mit/ctwm/bin/ctwm: Makefile
src/external/mit/ctwm/etc: Makefile
Log Message:
unbreak. bsd.files.mk needs to have an includes target, see also
share/wscons/fonts/Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/ctwm/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/mit/ctwm/bin/ctwm/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/etc/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/ctwm/Makefile
diff -u src/external/mit/ctwm/Makefile:1.4 src/external/mit/ctwm/Makefile:1.5
--- src/external/mit/ctwm/Makefile:1.4 Thu Sep 24 06:52:48 2020
+++ src/external/mit/ctwm/Makefile Mon Sep 28 06:04:08 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2020/09/24 06:52:48 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/28 06:04:08 nia Exp $
# Top level Makefile to cross build xorg inside the NetBSD tree.
.include <bsd.own.mk>
-SUBDIR= bin libexec
+SUBDIR= bin etc libexec
.if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
BUILDTARGETS+= cleandir
Index: src/external/mit/ctwm/bin/ctwm/Makefile
diff -u src/external/mit/ctwm/bin/ctwm/Makefile:1.7 src/external/mit/ctwm/bin/ctwm/Makefile:1.8
--- src/external/mit/ctwm/bin/ctwm/Makefile:1.7 Thu Sep 24 06:52:48 2020
+++ src/external/mit/ctwm/bin/ctwm/Makefile Mon Sep 28 06:04:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/09/24 06:52:48 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/28 06:04:08 nia Exp $
.include <bsd.own.mk>
@@ -44,9 +44,7 @@ FILES= 3D_Expand15.xpm 3D_Iconify15.xp
xedit.xpm xftp.xpm xgopher.xpm xgrab.xpm xhpcalc.xpm \
xirc.xpm xmail.xpm xman.xpm xmosaic.xpm xnomail.xpm \
xrn-compose.xpm xrn.goodnews.xpm xrn.nonews.xpm xrn.xpm \
- xterm.xpm system.ctwmrc
-
-FILESDIR_system.ctwmrc = ${CTWMCONFIGDIR}
+ xterm.xpm
LDADD+= -lXpm -lXmu -lXt -lSM -lICE -lXext -lX11
DPADD+= ${LIBXPM} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
Index: src/external/mit/ctwm/etc/Makefile
diff -u src/external/mit/ctwm/etc/Makefile:1.1 src/external/mit/ctwm/etc/Makefile:1.2
--- src/external/mit/ctwm/etc/Makefile:1.1 Thu Sep 24 05:43:30 2020
+++ src/external/mit/ctwm/etc/Makefile Mon Sep 28 06:04:08 2020
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2020/09/24 05:43:30 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/28 06:04:08 nia Exp $
FILESDIR= ${X11ETCDIR}/ctwm
FILESMODE= 644
FILES= system.ctwmrc
+realall: ${FILES}
+
+.include <bsd.prog.mk>
.include <bsd.files.mk>