summaryrefslogtreecommitdiffstats
path: root/share/mk/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 /share/mk/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 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 9dd75ce..563bd39 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -2,7 +2,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
-FILES+= bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.incs.mk bsd.init.mk
+FILES+= bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.files.mk
+FILES+= bsd.info.mk bsd.incs.mk bsd.init.mk
FILES+= bsd.kern.mk bsd.kmod.mk
FILES+= bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk
FILES+= bsd.port.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk
OpenPOWER on IntegriCloud