Remove direct calls to "make" and replace with ${MAKE}
This commit is contained in:
parent
1f3a06f4fd
commit
1403ef3b87
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2000/08/03 22:47:40 assar Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2000/10/26 05:52:54 garbled Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/kdc
|
||||
|
||||
|
@ -23,7 +23,7 @@ CPPFLAGS+= -I. \
|
|||
-I${DIST}/openssl/crypto/des \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
|
||||
|
||||
LDADD= -lhdb \
|
||||
-lkrb5 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/09/10 19:57:30 joda Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:55 garbled Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/kadmin
|
||||
|
||||
|
@ -27,7 +27,7 @@ CPPFLAGS+= -I. \
|
|||
-I${DIST}/openssl/crypto/des \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
|
||||
|
||||
LDADD= -lkadm5srv \
|
||||
-lhdb \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/08/03 22:47:40 assar Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:55 garbled Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/appl/kf
|
||||
|
||||
|
@ -15,7 +15,7 @@ CPPFLAGS+= -I. \
|
|||
-I${DESTDIR}/usr/include/krb5 \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
|
||||
|
||||
LDADD= -lkrb5 \
|
||||
-lcrypto \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/09/13 11:30:41 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:56 garbled Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/kpasswd
|
||||
|
||||
|
@ -21,7 +21,7 @@ CPPFLAGS+= -I. \
|
|||
-I${DIST}/openssl/crypto/des \
|
||||
-DHAVE_CONFIG_H -DINETD_SUPPORT
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
|
||||
|
||||
LDADD= -lkadm5srv \
|
||||
-lhdb \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2000/08/03 22:58:33 assar Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2000/10/26 05:52:56 garbled Exp $
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
@ -23,7 +23,7 @@ CPPFLAGS+=-DAUTHENTICATION -DENCRYPTION
|
|||
CPPFLAGS+=-I${DESTDIR}/usr/include/krb5
|
||||
CPPFLAGS+=-DKRB5
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
|
||||
|
||||
LDADD+= -lkrb5 -lkrb -lcrypto -lasn1 -lcom_err -L${VERS} -lvers -lroken
|
||||
DPADD+= ${LIBKRB5} ${LIBKRB} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
|
||||
|
|
Loading…
Reference in New Issue