aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/test/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-05-10 00:51:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-05-10 00:51:50 +0000
commita5921bc3653e2e286715e6fe8d473ec0d02da38c (patch)
treec5f1a54de70f91bb8560424f32338dfc1151d1fa /share/examples/kld/cdev/test/Makefile
parent381fcf101dcedbe13df2d886d2532375245a59ce (diff)
Update share/examples/* to properly install /usr/share/examples.
As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=299293
Diffstat (limited to 'share/examples/kld/cdev/test/Makefile')
-rw-r--r--share/examples/kld/cdev/test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/examples/kld/cdev/test/Makefile b/share/examples/kld/cdev/test/Makefile
index b108a690532f..9d828fada048 100644
--- a/share/examples/kld/cdev/test/Makefile
+++ b/share/examples/kld/cdev/test/Makefile
@@ -66,6 +66,8 @@
#
# $FreeBSD$
#
+PACKAGE=examples
+FILESDIR=${SHAREDIR}/examples/kld/cdev/test
PROG= testcdev
MAN=
WARNS?= 5