15 lines
292 B
Makefile
15 lines
292 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2009/01/25 23:11:16 tron Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
FONTSUBDIR= misc
|
||
|
FONTSRCPKG= font-sony-misc
|
||
|
|
||
|
.PATH: ${X11SRCDIR.${FONTSRCPKG}}
|
||
|
BDFFILES+= 12x24.bdf 12x24rk.bdf 8x16.bdf 8x16rk.bdf
|
||
|
|
||
|
.include "../../Makefile.bdf"
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.prog.mk>
|