blob: 4c71f220be5f6ff925a53ff8bbe185181c2eb866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2001/02/24 00:34:30 itojun Exp $
--- apps/certpatch/Makefile- Wed Feb 14 22:24:29 2001
+++ apps/certpatch/Makefile Wed Feb 14 22:24:41 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
|