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/libss | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index c8777c43be0..355477ef2d7 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2001/12/12 00:51:02 tv Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/19 09:41:34 lukem Exp $ -DIST= ${.CURDIR}/../../crypto/dist +NOLINT= # defined + +.include <bsd.own.mk> + +DIST= ${NETBSDSRCDIR}/crypto/dist .PATH: ${DIST}/heimdal/lib/sl WARNS?= 1 -NOLINT= # defined LIB= ss SRCS= sl.c ss.c @@ -13,10 +16,10 @@ INCSDIR= /usr/include/krb5 CPPFLAGS+= -I. \ -I${DIST}/heimdal/lib/sl \ - -I${.CURDIR}/../../include/heimdal \ - -I${.CURDIR}/../../lib/libcom_err \ + -I${NETBSDSRCDIR}/include/heimdal \ + -I${NETBSDSRCDIR}/lib/libcom_err \ -I${DIST}/heimdal/lib/com_err \ - -I${.CURDIR}/../../lib/libroken \ + -I${NETBSDSRCDIR}/lib/libroken \ -I${DIST}/heimdal/lib/roken \ -DHAVE_CONFIG_H |
