PERFORCE change 85824 for review

soc-bushman soc-bushman at FreeBSD.org
Tue Oct 25 03:25:30 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=85824

Change 85824 by soc-bushman at 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>


More information about the p4-projects mailing list