diff options
author | ru <ru@FreeBSD.org> | 2002-06-03 14:49:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-06-03 14:49:34 +0000 |
commit | f24282207af24197e2a44168f11aad864ba3a1dd (patch) | |
tree | de796cd01f625eac67ff08f9b8f94b359475f5f0 /share/mk/bsd.subdir.mk | |
parent | 22070ef7190bd598b0d904db2e88a67743b8a962 (diff) | |
download | FreeBSD-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/bsd.subdir.mk')
-rw-r--r-- | share/mk/bsd.subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 20a38d7..4925035 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -63,7 +63,7 @@ ${SUBDIR}:: ${__target}: _SUBDIR .endfor -.for __target in includes +.for __target in files includes .for __stage in build install ${__stage}${__target}: .if make(${__stage}${__target}) |