[dahdi-commits] fjoe: freebsd/trunk r8727 - /freebsd/trunk/freebsd/Makefile.inc

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Jun 1 03:44:54 CDT 2010


Author: fjoe
Date: Tue Jun  1 03:44:52 2010
New Revision: 8727

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8727
Log:
Add CP and TOUCH definitions.

Modified:
    freebsd/trunk/freebsd/Makefile.inc

Modified: freebsd/trunk/freebsd/Makefile.inc
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile.inc?view=diff&rev=8727&r1=8726&r2=8727
==============================================================================
--- freebsd/trunk/freebsd/Makefile.inc (original)
+++ freebsd/trunk/freebsd/Makefile.inc Tue Jun  1 03:44:52 2010
@@ -6,10 +6,12 @@
 
 CFLAGS+=	-I${INCLUDEDIR} -D__KERNEL__
 
+CP?=		cp
 FETCH?=		fetch
 MKDIR?=		mkdir -p
 INSTALL_DATA?=	${INSTALL} -m ${SHAREMODE} -o ${SHAREOWN} -g ${SHAREGRP} -c
 TAR?=		tar
+TOUCH?=		touch
 
 beforeinstall:
 	${MKDIR} ${KMODDIR}




More information about the dahdi-commits mailing list