[Midnightbsd-cvs] src: Makefile: move the pcc line to a more logical place

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 20 16:30:17 EST 2009


Log Message:
-----------
move the pcc line to a more logical place

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.19 -> r1.20)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -L usr.bin/Makefile -L usr.bin/Makefile -u -r1.19 -r1.20
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -316,8 +316,8 @@
 .if ${MK_NCP} != "no"
 _ncplist=	ncplist
 _ncplogin=	ncplogin
-#_pcc=		pcc
 .endif
+#_pcc=		pcc
 _smbutil=	smbutil
 .endif
 


More information about the Midnightbsd-cvs mailing list