summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-06-03 14:49:34 +0000
committerru <ru@FreeBSD.org>2002-06-03 14:49:34 +0000
commitf24282207af24197e2a44168f11aad864ba3a1dd (patch)
treede796cd01f625eac67ff08f9b8f94b359475f5f0 /Makefile
parent22070ef7190bd598b0d904db2e88a67743b8a962 (diff)
downloadFreeBSD-src-f24282207af24197e2a44168f11aad864ba3a1dd.zip
FreeBSD-src-f24282207af24197e2a44168f11aad864ba3a1dd.tar.gz
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).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 463e199..5549368 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
OpenPOWER on IntegriCloud