[PC-BSD Commits] r17995 - pcbsd/current/src-sh
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 30 10:20:31 PDT 2012
Author: kris
Date: 2012-07-30 17:20:31 +0000 (Mon, 30 Jul 2012)
New Revision: 17995
Modified:
pcbsd/current/src-sh/Makefile
Log:
Add pc-adctl to build
Modified: pcbsd/current/src-sh/Makefile
===================================================================
--- pcbsd/current/src-sh/Makefile 2012-07-30 17:16:44 UTC (rev 17994)
+++ pcbsd/current/src-sh/Makefile 2012-07-30 17:20:31 UTC (rev 17995)
@@ -21,6 +21,7 @@
MKDIR = mkdir -p
SUBTARGETS = \
sub-pbreg \
+ sub-pcad \
sub-pcsu \
sub-pcrunx \
sub-pcup \
@@ -72,6 +73,19 @@
sub-pbreg-install_subtargets: pbreg/$(MAKEFILE) FORCE
cd pbreg/ && $(MAKE) -f $(MAKEFILE) install
+sub-pcad: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE)
+sub-pcad-make_default: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE)
+sub-pcad-make_first: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE) first
+sub-pcad-all: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE) all
+sub-pcad-clean: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE) clean
+sub-pcad-install_subtargets: pc-adctl/$(MAKEFILE) FORCE
+ cd pc-adctl/ && $(MAKE) -f $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) install
+
sub-pcsu: pc-su/$(MAKEFILE) FORCE
cd pc-su/ && $(MAKE) -f $(MAKEFILE)
sub-pcsu-make_default: pc-su/$(MAKEFILE) FORCE
@@ -211,6 +225,7 @@
sub-pcfirst-make_default \
sub-pcnetup-make_default \
sub-pbreg-make_default \
+ sub-pcad-make_default \
sub-pcsu-make_default \
sub-deinfo-make_default \
sub-pcthinclient-make_default \
@@ -227,6 +242,7 @@
sub-pcnetup-make_first \
sub-pcsu-make_first \
sub-pbreg-make_first \
+ sub-pcad-make_first \
sub-deinfo-make_first \
sub-pcthinclient-make_first \
sub-xdgutil-make_first \
@@ -242,6 +258,7 @@
sub-pcnetup-all \
sub-pcsu-all \
sub-pbreg-all \
+ sub-pcad-all \
sub-deinfo-all \
sub-pcthinclient-all \
sub-xdgutil-all \
@@ -257,6 +274,7 @@
sub-pcnetup-clean \
sub-pcsu-clean \
sub-pbreg-clean \
+ sub-pcad-clean \
sub-deinfo-clean \
sub-pcthinclient-clean \
sub-xdgutil-clean \
@@ -272,6 +290,7 @@
sub-pcnetup-install_subtargets \
sub-pcsu-install_subtargets \
sub-pbreg-install_subtargets \
+ sub-pcad-install_subtargets \
sub-deinfo-install_subtargets \
sub-pcthinclient-install_subtargets \
sub-xdgutil-install_subtargets \
More information about the Commits
mailing list