Module Name: src
Committed By: christos
Date: Mon Jun 17 15:58:41 UTC 2013
Modified Files:
src/external/mit/xorg/bin/xdm: Makefile
Removed Files:
src/external/mit/xorg/bin/xdm/greeter: Makefile
Log Message:
Remove previous; this is built in ../../lib/libXdmGreet as pointed out by
mrg.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/xorg/bin/xdm/Makefile
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/bin/xdm/greeter/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xdm/Makefile
diff -u src/external/mit/xorg/bin/xdm/Makefile:1.12 src/external/mit/xorg/bin/xdm/Makefile:1.13
--- src/external/mit/xorg/bin/xdm/Makefile:1.12 Sat Jun 15 21:51:29 2013
+++ src/external/mit/xorg/bin/xdm/Makefile Mon Jun 17 11:58:40 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/06/16 01:51:29 christos Exp $
+# $NetBSD: Makefile,v 1.13 2013/06/17 15:58:40 christos Exp $
.include <bsd.own.mk>
@@ -11,9 +11,6 @@ SRCS= access.c auth.c choose.c daemon.c
.if ${MKPIC} == "no"
SRCS+= Login.c greet.c verify.c
CPPFLAGS+= -DSTATIC_GREETER_LIB
-.else
-# XXX: Perhaps always build libXdmGreet and link against that?
-SUBDIR+= greeter
.endif
CPPFLAGS+= -DRETSIGTYPE=void