7 lines
189 B
Makefile
7 lines
189 B
Makefile
|
# $OpenBSD: Makefile,v 1.2 2014/05/05 18:00:20 shadchin Exp $
|
||
|
|
||
|
install-files:
|
||
|
${INSTALL_DATA} ${.CURDIR}/xkeyboard-config.7 ${DESTDIR}${MANDIR}7/xkeyboard-config.7
|
||
|
|
||
|
.include <bsd.xorg.mk>
|