1# $NetBSD: Makefile,v 1.9 2022/05/03 12:53:52 uwe Exp $ 2 3.include <bsd.own.mk> 4 5.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/doc 6.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/man 7 8FILES= README.modes 9 10FILESDIR= ${X11USRLIBDIR}/X11/doc 11 12MAN += Xorg.1 13MAN += xorg.conf.5 14 15MLINKS += xorg.conf.5 xorg.conf.d.5 16 17X11EXTRAMANTRANSFORMS_BOTH+= \ 18 xconfigdir xorg.conf.d \ 19 xkbdir ${X11LIBDIR}/xkb \ 20 modulepath ${X11ROOTDIR}/modules 21 22.include <bsd.x11.mk> 23.include <bsd.prog.mk> 24