1 1.17 christos # $NetBSD: Makefile,v 1.17 2002/08/02 02:23:49 christos Exp $ 2 1.6 perry # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= syslogd 5 1.17 christos SRCS= syslogd.c utmpentry.c 6 1.5 cgd MAN= syslogd.8 syslog.conf.5 7 1.9 christos DPADD+=${LIBUTIL} 8 1.9 christos LDADD+=-lutil 9 1.13 perry #make symlink to old socket location for transitional period 10 1.13 perry SYMLINKS= /var/run/log /dev/log 11 1.14 itojun CPPFLAGS+=-DINET6 12 1.17 christos .PATH.c: ${.CURDIR}/../../usr.bin/who 13 1.17 christos CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 14 1.15 itojun 15 1.15 itojun CPPFLAGS+=-DLIBWRAP 16 1.15 itojun LDADD+= -lwrap 17 1.15 itojun DPADD+= ${LIBWRAP} 18 1.1 cgd 19 1.1 cgd .include <bsd.prog.mk> 20