fd2c85e985
(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
387 B
Makefile
11 lines
387 B
Makefile
# $NetBSD: Makefile.xdm,v 1.1.1.1 2003/09/12 02:52:11 lukem Exp $
|
|
|
|
CPPFLAGS+= -DBINDIR=\"${X11BINDIR}\" -DXDMDIR=\"${X11LIBDIR}/xdm\" \
|
|
-DHASXDMAUTH ${X11FLAGS.CONNECTION} -DGREET_USER_STATIC \
|
|
-DFRAGILE_DEV_MEM -DDEV_RANDOM=\"/dev/urandom\" \
|
|
-DXPM -DUSE_XINERAMA -DHAS_SETPROCTITLE \
|
|
-I${X11SRCDIR.xc}/programs/xdm \
|
|
${X11FLAGS.VERSION}
|
|
|
|
.PATH: ${X11SRCDIR.xc}/programs/xdm
|