dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / pkg / transforms / facets
blob8373d55e4fcfa0427acf57eddb7e1eccc002e90b
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
12 # Copyright 2011, Richard Lowe
13 # Copyright 2015, Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 # Manual pages are documentation, and more specifically 'man' documentation
17 <transform dir file link path=usr/share/man/.* -> default facet.doc.man true>
19 # Tag locale files with the corresponding locale facet
20 <transform dir file link path=usr/lib/locale/([^/.]+)(\.[^/]+)? -> \
21         default facet.locale.%<\1> true>
23 # C and POSIX locales should always be installed
24 <transform dir file link facet.locale.C=.+ -> delete facet.locale.C .+>
25 <transform dir file link facet.locale.POSIX=.+ -> delete facet.locale.POSIX .+>