Remove previous; this is built in ../../lib/libXdmGreet as pointed out by

mrg.
This commit is contained in:
christos 2013-06-17 15:58:40 +00:00
parent ee4a2660bc
commit 0aea00d39b
2 changed files with 1 additions and 26 deletions

View File

@ -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 dm.c dpylist.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

View File

@ -1,22 +0,0 @@
# $NetBSD: Makefile,v 1.1 2013/06/16 01:51:29 christos Exp $
NOMAN= 1
.include <bsd.own.mk>
SHLIB_MAJOR=0
SHLIB_MINOR=0
LIB= XdmGreet
SRCS= Login.c greet.c verify.c
CPPFLAGS+= -DRETSIGTYPE=void
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXinerama
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBXDMCP} ${LIBXINERAMA}
.include "../Makefile.xdm"
.include <bsd.x11.mk>
.include <bsd.lib.mk>
.PATH: ${X11SRCDIR.xdm}/greeter