Module Name:    src
Committed By:   wiz
Date:           Sat Jun 22 23:51:26 UTC 2024

Modified Files:
        src/external/bsd/tmux/usr.bin/tmux: Makefile

Log Message:
add generated tmux.1 to CLEANDIRFILES so it gets removed too


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/external/bsd/tmux/usr.bin/tmux/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/bsd/tmux/usr.bin/tmux/Makefile
diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.34 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.35
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.34	Sat Jun 22 23:49:17 2024
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile	Sat Jun 22 23:51:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/06/22 23:49:17 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/06/22 23:51:26 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -260,4 +260,6 @@ COPTS.window-copy.c+=	${CC_WNO_MAYBE_UNI
 tmux.1: $(SRCDIR)/tmux.1
 	sed -e 's|@SYSCONFDIR@|/etc|g' $> > $@
 
+CLEANDIRFILES+=	tmux.1
+
 .include <bsd.prog.mk>

Reply via email to