NetBSD/x11/bin/xdm/Makefile.xdm
lukem fd2c85e985 Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.x
(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.
2003-09-12 02:49:56 +00:00

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