blob: b58ec7d69ee97d87c443013feb8a23a93dcb8c55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/04 21:09:59 matthieu Exp $
all: includes
$(MAKE)
depend:
if [ ${.OBJDIR} != ${.CURDIR} ]; then lndir ${.CURDIR}; fi
if [ -x $(X11BASE)/bin/xmkmf ]; then \
$(X11BASE)/bin/xmkmf ;\
fi
install:
$(MAKE) install.man
.include <bsd.xorg.mk>
|