Home | History | Annotate | Line # | Download | only in fslsfonts
      1 #	$NetBSD: Makefile,v 1.5 2022/10/28 09:43:58 wiz Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	fslsfonts
      6 
      7 CPPFLAGS+=	-DHAVE_REALLOCARRAY
      8 
      9 LDADD+=	-lFS
     10 DPADD+=	${LIBFS}
     11 
     12 .PATH:	${X11SRCDIR.${PROG}}
     13 .PATH:	${X11SRCDIR.${PROG}}/man
     14 
     15 .include "../../xorg-pkg-ver.mk"
     16 
     17 .include <bsd.x11.mk>
     18 .include <bsd.prog.mk>
     19