summaryrefslogtreecommitdiff
path: root/usr.bin/string2key
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@NetBSD.org>2000-12-30 14:54:39 +0000
committersommerfeld <sommerfeld@NetBSD.org>2000-12-30 14:54:39 +0000
commit64cf1af58dfbca94b1492d8d1dd33f959857834d (patch)
tree5856813c76777b22236df2a144af7220daaf8bc1 /usr.bin/string2key
parent3a0975845b368cc101213a120bc516179777e0b2 (diff)
Let src/usr.bin build with recursive parallel make..
- add .WAIT and .NOTPARALLEL in a few places - change ${MAKE} print-objdir to ${PRINTOBJDIR} - convert other ad-hoc forms to use ${PRINTOBJDIR}
Diffstat (limited to 'usr.bin/string2key')
-rw-r--r--usr.bin/string2key/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/string2key/Makefile b/usr.bin/string2key/Makefile
index a25483e38dc..8fe237d4f60 100644
--- a/usr.bin/string2key/Makefile
+++ b/usr.bin/string2key/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/10/26 05:57:01 garbled Exp $
+# $NetBSD: Makefile,v 1.6 2000/12/30 14:54:41 sommerfeld Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
@@ -19,7 +19,7 @@ CPPFLAGS+= -I. \
-I${DESTDIR}/usr/include/openssl \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
LDADD= -lkrb5 \
-lcrypto \