2e88a2b0e8
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
15 lines
290 B
Makefile
15 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/06/23 22:48:59 naddy Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
MANDIR= ${X11BASE}/man/man
|
|
|
|
PROG= glxgears
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+= -L${X11BASE}/lib -lGL -lXext -lX11 -lXau -lXdmcp -lm
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|