Module Name:    src
Committed By:   jmcneill
Date:           Sun Mar 18 11:40:41 UTC 2018

Modified Files:
        src/external/mit/ctwm/bin/ctwm: Makefile

Log Message:
Fix path to system.ctwmrc


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/ctwm/bin/ctwm/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/bin/ctwm/Makefile
diff -u src/external/mit/ctwm/bin/ctwm/Makefile:1.4 src/external/mit/ctwm/bin/ctwm/Makefile:1.5
--- src/external/mit/ctwm/bin/ctwm/Makefile:1.4	Wed Apr 13 22:26:48 2016
+++ src/external/mit/ctwm/bin/ctwm/Makefile	Sun Mar 18 11:40:41 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2016/04/13 22:26:48 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2018/03/18 11:40:41 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -21,7 +21,7 @@ CPPFLAGS+=		-I. -I${CTWMDIR}/src -DHAVE_
 CPPFLAGS+=		-DPIXMAP_DIRECTORY=\"${XPMDIR}\"
 CPPFLAGS+=		-DCTWM_WELCOME_FILE=\"xpm:${X11INCDIR}/X11/pixmaps/NetBSD-inv.xpm\"
 
-CPPFLAGS.parse.c=	-DSYSTEM_INIT_FILE=\"${CTWMCONFIGDIR}/system.twmrc\" \
+CPPFLAGS.parse.c=	-DSYSTEM_INIT_FILE=\"${CTWMCONFIGDIR}/system.ctwmrc\" \
 			-DM4CMD=\"m4\"
 
 FILESDIR=		${XPMDIR}

Reply via email to