Xmag.ad -> app-defaults/Xmag
This commit is contained in:
parent
f2c45439cf
commit
4c1f42cfa8
6
external/mit/xorg/bin/xmag/Makefile
vendored
6
external/mit/xorg/bin/xmag/Makefile
vendored
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/08/22 01:25:45 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xmag
|
||||
SRCS= xmag.c CutPaste.c RootWin.c Scale.c
|
||||
|
||||
APPDEFS=Xmag.ad
|
||||
APPDEFS=Xmag
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
|
||||
|
||||
@ -13,7 +13,7 @@ LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user