Home | History | Annotate | Line # | Download | only in fstobdf
Makefile revision 1.1.1.1.2.2
      1  1.1.1.1.2.2  wrstuden #	$NetBSD: Makefile,v 1.1.1.1.2.2 2008/09/18 05:18:26 wrstuden Exp $
      2  1.1.1.1.2.2  wrstuden 
      3  1.1.1.1.2.2  wrstuden .include <bsd.own.mk>
      4  1.1.1.1.2.2  wrstuden 
      5  1.1.1.1.2.2  wrstuden PROG=	fstobdf
      6  1.1.1.1.2.2  wrstuden SRCS=	chars.c fstobdf.c header.c props.c
      7  1.1.1.1.2.2  wrstuden 
      8  1.1.1.1.2.2  wrstuden LDADD+=	-lFS -lXext -lX11
      9  1.1.1.1.2.2  wrstuden DPADD+=	${LIBFS} ${LIBXEXT} ${LIBX11}
     10  1.1.1.1.2.2  wrstuden 
     11  1.1.1.1.2.2  wrstuden .PATH:	${X11SRCDIR.${PROG}}
     12  1.1.1.1.2.2  wrstuden 
     13  1.1.1.1.2.2  wrstuden .include <bsd.x11.mk>
     14  1.1.1.1.2.2  wrstuden .include <bsd.prog.mk>
     15