2010-05-08 08:15:29 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/05/08 14:15:29 matthieu Exp $
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
FILES= automake.dep bsd.xconf.mk bsd.xorg.mk
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
install::
|
2010-05-08 08:15:29 -06:00
|
|
|
${INSTALL_DATA} ${FILES} ${DESTDIR}${X11BASE}/share/mk
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|