Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 10:25:28 GMT
From:      soc-bushman <soc-bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85824 for review
Message-ID:  <200510251025.j9PAPSCc006334@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85824

Change 85824 by soc-bushman@soc-bushman_stinger on 2005/10/25 10:24:33

	another release makefile fix

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/Makefile#3 edit
.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/cached/Makefile#3 edit

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/Makefile#3 (text+ko) ====

@@ -1,6 +1,5 @@
 # $FreeBSD$
 SUBDIR+="cached"
 
-.include "../Makefile.inc"
 .include <bsd.subdir.mk>
 

==== //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/cached/Makefile#3 (text+ko) ====

@@ -25,4 +25,5 @@
 .PATH:	${.CURDIR}/agents
 .include "agents/Makefile.inc"
 
+.include "../../Makefile.inc"
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510251025.j9PAPSCc006334>