Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105771684
D27638.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
629 B
Referenced Files
None
Subscribers
None
D27638.diff
View Options
Index: head/usr.bin/kyua/Makefile
===================================================================
--- head/usr.bin/kyua/Makefile
+++ head/usr.bin/kyua/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
.include "${SRCTOP}/lib/kyua/Makefile.kyua"
.PATH: ${KYUA_SRCDIR}
@@ -28,7 +30,11 @@
# kyua uses auto_ptr
CFLAGS+= -Wno-deprecated-declarations
-FILESGROUPS= DOCS EXAMPLES MISC STORE
+FILESGROUPS= DOCS MISC STORE
+
+.if ${MK_EXAMPLES} != "no"
+FILESGROUPS+= EXAMPLES
+.endif
# Install a minimal default config that uses the 'tests' user.
# The examples config is not appropriate for general use.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 11:42 AM (15 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540963
Default Alt Text
D27638.diff (629 B)
Attached To
Mode
D27638: kyua: Only install examples if requested
Attached
Detach File
Event Timeline
Log In to Comment