diff options
Diffstat (limited to 'el_GR.ISO8859-7/articles/Makefile')
-rw-r--r-- | el_GR.ISO8859-7/articles/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/el_GR.ISO8859-7/articles/Makefile b/el_GR.ISO8859-7/articles/Makefile new file mode 100644 index 0000000000..e640c83d5e --- /dev/null +++ b/el_GR.ISO8859-7/articles/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +SUBDIR = +SUBDIR+= dialup-firewall +SUBDIR+= explaining-bsd +SUBDIR+= formatting-media +SUBDIR+= freebsd-questions +SUBDIR+= new-users + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |