summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/contrib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile
index 41e3012..5a8a8b52 100644
--- a/gnu/usr.bin/cvs/contrib/Makefile
+++ b/gnu/usr.bin/cvs/contrib/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-.POSIX:
-
.include "../Makefile.inc"
.PATH: ${CVSDIR}/contrib
@@ -21,6 +19,10 @@ CLEANFILES+= $(SCRIPTS)
.SUFFIXES: .sh .pl .in
+# Prevent Makefile.in from overwriting Makefile through the suffix rules.
+Makefile:
+ @:
+
.sh:
cp ${.IMPSRC} ${.TARGET}
OpenPOWER on IntegriCloud