aboutsummaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
commitbc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch)
treeaadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /share/Makefile
parent42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff)
downloaddoc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.tar.gz
doc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.zip
- Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
Notes
Notes: svn path=/head/; revision=44166
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile
new file mode 100644
index 0000000000..f6f6fe4488
--- /dev/null
+++ b/share/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR+= pgpkeys
+
+.include <bsd.subdir.mk>