summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-04-09 21:50:05 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-04-09 21:50:05 +0000
commit3b449adf7cf840a9352dba36ba364bdcd5159437 (patch)
tree911bf9b086e86af345db211b322df178062ceaf4 /sbin
parent13d7894a301f99c811aac65417b78560160927f5 (diff)
Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/apps/certpatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/apps/certpatch/Makefile b/sbin/isakmpd/apps/certpatch/Makefile
index 573020c96db..6204acdb12c 100644
--- a/sbin/isakmpd/apps/certpatch/Makefile
+++ b/sbin/isakmpd/apps/certpatch/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2001/01/27 12:03:37 niklas Exp $
+# $OpenBSD: Makefile,v 1.6 2001/04/09 21:50:04 ho Exp $
# $EOM: Makefile,v 1.6 2000/03/28 21:22:06 ho Exp $
#
@@ -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