minix/external/mit/xorg/bin/fslsfonts/Makefile

15 lines
234 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2013/05/31 05:24:49 mrg Exp $
.include <bsd.own.mk>
PROG= fslsfonts
LDADD+= -lFS
DPADD+= ${LIBFS}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>