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 8 FILES= README.modes 9 10 FILESDIR= ${X11USRLIBDIR}/X11/doc 11 12 MAN += Xorg.1 13 MAN += xorg.conf.5 14 15 MLINKS += xorg.conf.5 xorg.conf.d.5 16 17 X11EXTRAMANTRANSFORMS_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