summaryrefslogtreecommitdiff
path: root/regress/misc/X11/blt/Makefile
blob: b5e1679065312c2dabf8e30f96cbbdafddd5b2c0 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2006/02/04 13:59:39 kettenis Exp $

PROG=	blt
LDADD+=	-L/usr/X11R6/lib/modules -R/usr/X11R6/lib/modules -lfb
LDADD+=	-Wl,--allow-shlib-undefined

.include <bsd.regress.mk>