NetBSD/x11/bin/xbiff/Makefile
lukem 98ad6e84d6 Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.x
(from /usr/xsrc) using bsd-style Makefiles.
Why?
    -	sane cross building
    -	easy builds from read only source
    -	non-root building
    -	imake is evil
nuff said.
2003-09-11 18:37:05 +00:00

16 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:06 lukem Exp $
.include <bsd.own.mk>
PROG= xbiff
SRCS= xbiff.c Mailbox.c
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.xc}/programs/${PROG}
.include <bsd.prog.mk>
.include <bsd.x11.mk>