Module Name: src
Committed By: martin
Date: Mon May 20 09:48:42 UTC 2024
Modified Files:
src/lib/libterminfo: Makefile
Log Message:
Use double quotes to include the local ./Makefile.hash
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libterminfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/Makefile
diff -u src/lib/libterminfo/Makefile:1.23 src/lib/libterminfo/Makefile:1.24
--- src/lib/libterminfo/Makefile:1.23 Sun Apr 5 12:31:02 2020
+++ src/lib/libterminfo/Makefile Mon May 20 09:48:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/04/05 12:31:02 roy Exp $
+# $NetBSD: Makefile,v 1.24 2024/05/20 09:48:42 martin Exp $
.include <bsd.own.mk>
@@ -47,7 +47,7 @@ MLINKS+= termcap.3 tgetent.3 termcap.3 t
CPPFLAGS+= -I${.OBJDIR}
-.include <Makefile.hash>
+.include "Makefile.hash"
# Generate our man pages
terminfo.5: genman terminfo.5.in term.h termcap_map.c