[Midnightbsd-cvs] src: Makefile: New world order

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 11 17:38:39 EST 2008


Log Message:
-----------
New world order

Modified Files:
--------------
    src/bin:
        Makefile (r1.7 -> r1.8)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L bin/Makefile -L bin/Makefile -u -r1.7 -r1.8
--- bin/Makefile
+++ bin/Makefile
@@ -42,15 +42,15 @@
 	sync \
 	test
 
-.if !defined(NO_RCMDS)
+.if ${MK_RCMDS} != "no"
 _rcp=	rcp
 .endif
 
-.if !defined(NO_SENDMAIL)
+.if ${MK_SENDMAIL} != "no"
 _rmail=	rmail
 .endif
 
-.if !defined(NO_TCSH)
+.if ${MK_TCSH} != "no"
 _csh=	csh
 .endif
 


More information about the Midnightbsd-cvs mailing list