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/libcurses | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libcurses')
| -rw-r--r-- | lib/libcurses/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 9f2d0e550a0..b162b9f669c 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.36 2002/07/19 13:22:41 blymn Exp $ +# $NetBSD: Makefile,v 1.37 2002/08/19 09:41:30 lukem Exp $ # @(#)Makefile 8.2 (Berkeley) 1/2/94 +.include <bsd.own.mk> + CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\" -CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../libterm +CPPFLAGS+=-I${.CURDIR} -I${NETBSDSRCDIR}/lib/libterm .if defined(DEBUG_CURSES) CFLAGS+=-g .if defined(FULL_DEBUG) @@ -27,7 +29,7 @@ INCSDIR=/usr/include CPPFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D SRCS+= termcap.c tgoto.c tputs.c -.PATH: ${.CURDIR}/../libterm +.PATH: ${NETBSDSRCDIR}/lib/libterm .if make(install) SUBDIR+= PSD.doc |
