0e635a0ce3
This avoid errors seen by marco@ (and others previously) when skipping 'make depend'.
16 lines
294 B
Makefile
16 lines
294 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/03/27 07:24:02 matthieu Exp $
|
|
|
|
all: Makefile
|
|
$(MAKE)
|
|
|
|
Makefile:
|
|
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>
|