[PC-BSD Commits] r7923 - pcbsd/current/src-sh
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 27 15:07:48 PDT 2010
Author: kris
Date: 2010-10-27 15:07:48 -0700 (Wed, 27 Oct 2010)
New Revision: 7923
Modified:
pcbsd/current/src-sh/Makefile
Log:
Added missing call to make install for pc-su
Modified: pcbsd/current/src-sh/Makefile
===================================================================
--- pcbsd/current/src-sh/Makefile 2010-10-27 21:57:55 UTC (rev 7922)
+++ pcbsd/current/src-sh/Makefile 2010-10-27 22:07:48 UTC (rev 7923)
@@ -114,12 +114,14 @@
clean: sub-pbi-clean \
sub-meta-clean \
+ sub-pcsu-clean \
sub-pcswap-clean \
sub-xdgutil-clean \
FORCE
install_subtargets: sub-pbi-install_subtargets \
sub-meta-install_subtargets \
+ sub-pcsu-install_subtargets \
sub-pcswap-install_subtargets \
sub-xdgutil-install_subtargets \
FORCE
More information about the Commits
mailing list