add the app-defaults dir, to prepare for xmh 1.0.2

This commit is contained in:
mrg 2010-11-20 22:40:00 +00:00
parent f5c31e4871
commit 35542dc62d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/11/09 00:41:25 mrg Exp $
# $NetBSD: Makefile,v 1.3 2010/11/20 22:40:00 mrg Exp $
.include <bsd.own.mk>
@ -17,7 +17,7 @@ LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>