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