14 lines
234 B
Makefile
14 lines
234 B
Makefile
|
# $OpenBSD: Makefile,v 1.1 2013/03/09 14:34:44 matthieu Exp $
|
||
|
|
||
|
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
|
||
|
|
||
|
PROG= fc-arch
|
||
|
SRCS= fcarch.c
|
||
|
|
||
|
obj: _xenocara_obj
|
||
|
|
||
|
.PATH: ${FONTCONFIG}/src
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
.include <bsd.xorg.mk>
|