$NetBSD: patch-aj,v 1.1 2024/01/15 04:50:56 jnemeth Exp $ --- cf/cf/Makefile.orig 2005-06-13 22:16:34.000000000 -0400 +++ cf/cf/Makefile @@ -25,10 +25,10 @@ CHMOD= chmod ROMODE= 444 RM= rm -f # use our own install program; should be really confINSTALL -INSTALL=../../devtools/bin/install.sh +INSTALL=@@INSTALL@@ # CF file ownership/permissions -CFOWN=root -CFGRP=bin +CFOWN=@@BINOWN@@ +CFGRP=@@BINGRP@@ CFMODE=0444