e214d537fb
<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.
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:10 lukem Exp $
|
|
|
|
CFDIR= contexts
|
|
CFFILES= @List default x11r6
|
|
CFSED= -e 's,_PATH,/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:${X11BINDIR},g' \
|
|
-e 's,_MANPATH,${X11MANDIR}:/usr/man,g'
|
|
|
|
SYMLINKS= x11r6 ${FILESDIR}/x \
|
|
x11r6 ${FILESDIR}/x11 \
|
|
|
|
.include "../Makefile.rstart"
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|