bd2212c9d4
- dialup-firewall - laptop - multi-os - version-guide Approved by: keramida (mentor)
17 lines
308 B
Makefile
17 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# The FreeBSD Hungarian Documentation Project
|
|
#
|
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
|
|
|
SUBDIR= dialup-firewall
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= laptop
|
|
SUBDIR+= linux-comparison
|
|
SUBDIR+= multi-os
|
|
SUBDIR+= version-guide
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|