diff options
| author | garbled <garbled@NetBSD.org> | 2000-10-26 05:57:00 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2000-10-26 05:57:00 +0000 |
| commit | ee738c5474c6503f113bc71bc7b62f497184ee45 (patch) | |
| tree | 2e011b088f8acba185a5cedc7300e0069630a9ab /usr.bin/string2key | |
| parent | 1403ef3b87379c6e973b64184ff988906a32ed3d (diff) | |
Change direct calls to "make" to ${MAKE}... sigh..
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 44c6cafd2a4..a25483e38dc 100644 --- a/usr.bin/string2key/Makefile +++ b/usr.bin/string2key/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/03 22:47:44 assar Exp $ +# $NetBSD: Makefile,v 1.5 2000/10/26 05:57:01 garbled 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 && ${MAKE} print-objdir LDADD= -lkrb5 \ -lcrypto \ |
