aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/man/man8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/man/man8/Makefile')
-rw-r--r--ru_RU.KOI8-R/man/man8/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/man/man8/Makefile b/ru_RU.KOI8-R/man/man8/Makefile
new file mode 100644
index 0000000000..18c33f2ac1
--- /dev/null
+++ b/ru_RU.KOI8-R/man/man8/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/man/man8/Makefile,v 1.10 2007/11/20 06:53:29 ru Exp $
+
+MAN= bsdlabel.8 \
+ fdisk.8 \
+ gjournal.8 \
+ intro.8 \
+ mount_ntfs.8 \
+ nanobsd.8
+
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
+MLINKS= bsdlabel.8 disklabel.8
+.endif
+
+.include <bsd.prog.mk>