svn commit: r257009 - projects/vps/usr.sbin/vpsctl

Will Andrews will at FreeBSD.org
Wed Oct 23 19:06:16 UTC 2013


Author: will
Date: Wed Oct 23 19:06:15 2013
New Revision: 257009
URL: http://svnweb.freebsd.org/changeset/base/257009

Log:
  Sync with svn.7he.at/vps/trunk r201.
  
  r201 | klaus | 2013-07-31 02:29:02 -0600 (Wed, 31 Jul 2013) | 3 lines
  Fixed vpsctl Makefile.
  
  Submitted by:	Klaus P. Ohrhallinger <k at 7he.at>

Modified:
  projects/vps/usr.sbin/vpsctl/Makefile

Modified: projects/vps/usr.sbin/vpsctl/Makefile
==============================================================================
--- projects/vps/usr.sbin/vpsctl/Makefile	Wed Oct 23 19:02:26 2013	(r257008)
+++ projects/vps/usr.sbin/vpsctl/Makefile	Wed Oct 23 19:06:15 2013	(r257009)
@@ -26,7 +26,7 @@ mkprivlist:
 	true
 
 priv_ston.c priv_ntos.c: mkprivlist
-	./mkprivlist.sh ${.CURDIR}/../../sys/sys/priv.h
+	${.CURDIR}/mkprivlist.sh ${.CURDIR}/../../sys/sys/priv.h
 
 vpsctl: priv_ston.c priv_ntos.c
 	cc -Wall -g -I../../sys -I/usr/include -o vpsctl \


More information about the svn-src-projects mailing list