aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-06-03 14:49:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-06-03 14:49:34 +0000
commitaf2dc86820850767516c56fda409efaef5a20436 (patch)
treede796cd01f625eac67ff08f9b8f94b359475f5f0 /Makefile
parent1114f201731d98ff27d5b9b71fe77e17732f83bb (diff)
downloadsrc-af2dc86820850767516c56fda409efaef5a20436.tar.gz
src-af2dc86820850767516c56fda409efaef5a20436.zip
Reimplement FILES support using bsd.files.mk with the
same set of features as in recently added bsd.incs.mk (FILESGROUPS, accessibility from both bsd.prog.mk and bsd.lib.mk, de-pessimized typical installation path, etc.) New standard targets: buildfiles, installfiles, and files (buildfiles + installfiles).
Notes
Notes: svn path=/head/; revision=97769
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 463e1996c77f..5549368b492f 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \
reinstallkernel installmost installworld libraries lint maninstall \
mk most obj objlink regress rerelease tags update
-BITGTS= includes
+BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
.ORDER: buildworld installworld