Home | History | Annotate | Line # | Download | only in showfont
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	showfont
      6 
      7 LDADD+=	-lFS
      8 DPADD+=	${LIBFS}
      9 
     10 .PATH:	${X11SRCDIR.${PROG}}
     11 .PATH:	${X11SRCDIR.${PROG}}/man
     12 
     13 .include "../../xorg-pkg-ver.mk"
     14 
     15 .include <bsd.x11.mk>
     16 .include <bsd.prog.mk>
     17