NetBSD/x11/lib/Xmuu/Makefile
lukem e214d537fb Rework to include <bsd.x11.mk> before all other <bsd.*.mk> _except_
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk>
rather than using a hierarchy of Makefile.inc files just to include
x11/Makefile.inc to get those variables.
2003-09-13 20:17:57 +00:00

18 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/09/13 20:18:49 lukem Exp $
.include <bsd.own.mk>
LIB= Xmuu
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
.PATH: ${X11SRCDIR.xc}/lib/Xmu
SRCS= ClientWin.c CursorName.c DefErrMsg.c GetHost.c Lower.c
CPPFLAGS+=-DHAS_SNPRINTF
LDADD+= -lXt -lSM -lICE -lXext -lX11
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
.include <bsd.x11.mk>
.include <bsd.lib.mk>