Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sesd fix oopslet on .PATH



details:   https://anonhg.NetBSD.org/src/rev/8f3732fdd778
branches:  trunk
changeset: 482762:8f3732fdd778
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Mon Feb 21 08:40:54 2000 +0000

description:
fix oopslet on .PATH

diffstat:

 usr.sbin/sesd/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e1010e640279 -r 8f3732fdd778 usr.sbin/sesd/Makefile.inc
--- a/usr.sbin/sesd/Makefile.inc        Mon Feb 21 08:10:52 2000 +0000
+++ b/usr.sbin/sesd/Makefile.inc        Mon Feb 21 08:40:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2000/02/21 08:10:21 mjacob Exp $
+# $NetBSD: Makefile.inc,v 1.2 2000/02/21 08:40:54 mjacob Exp $
 # $OpenBSD: $
 # $FreeBSD: $
 #
@@ -45,4 +45,4 @@
 .endif
 BINDIR ?=      ${DESTDIR}/usr/sbin
 
-.PATH: ../srcs
+.PATH: ${.CURDIR}/../srcs



Home | Main Index | Thread Index | Old Index