diff options
| author | sommerfeld <sommerfeld@NetBSD.org> | 2000-12-30 14:54:39 +0000 |
|---|---|---|
| committer | sommerfeld <sommerfeld@NetBSD.org> | 2000-12-30 14:54:39 +0000 |
| commit | 64cf1af58dfbca94b1492d8d1dd33f959857834d (patch) | |
| tree | 5856813c76777b22236df2a144af7220daaf8bc1 /usr.bin/string2key | |
| parent | 3a0975845b368cc101213a120bc516179777e0b2 (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/Makefile | 4 |
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 \ |
