11 lines
357 B
Text
11 lines
357 B
Text
--- apps/certpatch/Makefile.orig Fri May 11 17:50:35 2001
|
|
+++ apps/certpatch/Makefile Fri May 11 17:51:04 2001
|
|
@@ -37,7 +37,7 @@
|
|
|
|
PROG= certpatch
|
|
SRCS= certpatch.c
|
|
-BINDIR= /usr/sbin
|
|
+BINDIR?= /usr/sbin
|
|
TOPSRC= ${.CURDIR}/../..
|
|
TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
|
|
OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
|