Home | History | Annotate | Line # | Download | only in syslogd
Makefile revision 1.21.2.1
      1  1.21.2.1       jym #	$NetBSD: Makefile,v 1.21.2.1 2009/05/13 19:20:41 jym Exp $
      2       1.6     perry #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3      1.18     lukem .include <bsd.own.mk>
      4      1.18     lukem 
      5      1.20       tls USE_FORT?= yes	# network server
      6      1.20       tls 
      7      1.21  christos LINTFLAGS+=-X 132,247,135,259,117,298
      8      1.21  christos 
      9       1.1       cgd PROG=	syslogd
     10      1.21  christos SRCS=	syslogd.c utmpentry.c tls.c sign.c
     11       1.5       cgd MAN=	syslogd.8 syslog.conf.5
     12      1.21  christos DPADD+=${LIBUTIL} ${LIBEVENT}
     13      1.21  christos LDADD+=-lutil -levent
     14      1.13     perry #make symlink to old socket location for transitional period
     15      1.13     perry SYMLINKS=	/var/run/log /dev/log
     16      1.18     lukem .PATH.c: ${NETBSDSRCDIR}/usr.bin/who
     17      1.21  christos CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -Wredundant-decls
     18      1.15    itojun 
     19      1.19     lukem .if (${USE_INET6} != "no")
     20      1.19     lukem CPPFLAGS+=-DINET6
     21      1.19     lukem .endif
     22      1.19     lukem 
     23      1.15    itojun CPPFLAGS+=-DLIBWRAP
     24      1.15    itojun LDADD+=	-lwrap
     25      1.15    itojun DPADD+=	${LIBWRAP}
     26       1.1       cgd 
     27      1.21  christos .if ${MKCRYPTO} != "no"
     28      1.21  christos LDADD+=	-lssl -lcrypto
     29      1.21  christos .endif
     30      1.21  christos 
     31       1.1       cgd .include <bsd.prog.mk>
     32