Home | History | Annotate | Line # | Download | only in xbiff
Makefile revision 1.2
      1  1.2  mrg #	$NetBSD: Makefile,v 1.2 2011/02/21 04:40:24 mrg Exp $
      2  1.1  mrg 
      3  1.1  mrg .include <bsd.own.mk>
      4  1.1  mrg 
      5  1.1  mrg PROG=	xbiff
      6  1.1  mrg SRCS=	xbiff.c Mailbox.c
      7  1.1  mrg 
      8  1.1  mrg LDADD+=	-lXext -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXau
      9  1.1  mrg DPADD+=	${LIBXEXT} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBX11} ${LIBSM} ${LIBICE} \
     10  1.1  mrg 	${LIBXAU}
     11  1.1  mrg 
     12  1.2  mrg CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
     13  1.1  mrg 
     14  1.1  mrg .PATH:	${X11SRCDIR.${PROG}}
     15  1.2  mrg .PATH:	${X11SRCDIR.${PROG}}/man
     16  1.1  mrg 
     17  1.1  mrg .include <bsd.x11.mk>
     18  1.1  mrg .include <bsd.prog.mk>
     19