svn commit: r278395 - projects/release-pkg
Baptiste Daroussin
bapt at FreeBSD.org
Sun Feb 8 18:16:21 UTC 2015
Author: bapt
Date: Sun Feb 8 18:16:20 2015
New Revision: 278395
URL: https://svnweb.freebsd.org/changeset/base/278395
Log:
Plug kernel-pkgs target to the list of valid targets
Modified:
projects/release-pkg/Makefile
Modified: projects/release-pkg/Makefile
==============================================================================
--- projects/release-pkg/Makefile Sun Feb 8 18:15:28 2015 (r278394)
+++ projects/release-pkg/Makefile Sun Feb 8 18:16:20 2015 (r278395)
@@ -113,7 +113,7 @@ TGTS= all all-man buildenv buildenvvars
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
- xdev-links native-xtools \
+ xdev-links native-xtools kernel-pkgs \
TGTS+= ${SUBDIR_TARGETS}
More information about the svn-src-projects
mailing list