1 # $NetBSD: Makefile,v 1.1 2013/06/03 23:25:43 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 LIB= XdmGreet 6 .PATH: ${X11SRCDIR.xdm}/greeter 7 8 SRCS= \ 9 Login.c \ 10 greet.c \ 11 verify.c 12 13 CPPFLAGS+= -I${X11SRCDIR.xdm}/include -DRETSIGTYPE=void 14 15 .if 0 16 CPPFLAGS+= ${X11FLAGS.THREADLIB} \ 17 -DHAVE_XEXTPROTO_71 \ 18 -DXSERVER_LIBPCIACCESS \ 19 -DTRUE=1 -DFALSE=0 \ 20 -I${DESTDIR}${X11INCDIR}/xorg 21 .endif 22 23 .include <bsd.x11.mk> 24 .include <bsd.lib.mk> 25