98ad6e84d6
(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.
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:06 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= lndir
|
|
|
|
.PATH: ${X11SRCDIR.xc}/config/util
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.x11.mk>
|