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/libutil | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index f4f1a5e5cb7..47234a93e27 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2002/08/08 16:50:38 abs Exp $ +# $NetBSD: Makefile,v 1.34 2002/08/19 09:41:34 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +.include <bsd.own.mk> + LIB= util USE_SHLIBDIR= yes CPPFLAGS+=-DLIBC_SCCS @@ -14,7 +16,7 @@ MAN= fparseln.3 getbootfile.3 getmaxpartitions.3 getrawpartition.3 \ openpty.3 pidfile.3 pidlock.3 pw_getconf.3 pw_init.3 pw_lock.3 \ secure_path.3 ttyaction.3 ttymsg.3 util.3 -.PATH: ${.CURDIR}/../libc/gen +.PATH: ${NETBSDSRCDIR}/lib/libc/gen MLINKS+=login.3 logout.3 MLINKS+=login.3 logwtmp.3 |
