diff options
| author | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
| commit | ebb6fc9eb8d577eb04388d4da60bf84e036089d1 (patch) | |
| tree | de21cc82230d882e6f428e93f90b12dd8f88260c /lib/libgssapi | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 6688e943609..e190f2b7b67 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2001/12/12 00:51:02 tv Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/19 09:41:30 lukem Exp $ NOLINT= # defined .include <bsd.own.mk> -DIST= ${.CURDIR}/../../crypto/dist +DIST= ${NETBSDSRCDIR}/crypto/dist .PATH: ${DIST}/heimdal/lib/gssapi WARNS?= 1 @@ -65,8 +65,8 @@ CPPFLAGS+= -I. \ -I${DIST}/openssl/crypto \ -I${DIST}/heimdal/lib/asn1 \ -I${DIST}/heimdal/lib/com_err \ - -I${.CURDIR}/../../include/heimdal \ - -I${.CURDIR}/../libroken \ + -I${NETBSDSRCDIR}/include/heimdal \ + -I${NETBSDSRCDIR}/lib/libroken \ -I${DIST}/heimdal/lib/roken \ -DHAVE_CONFIG_H |
