Makefile revision 1.17
11.17Schristos# $NetBSD: Makefile,v 1.17 2002/08/02 02:23:49 christos Exp $ 21.6Sperry# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 31.1Scgd 41.1ScgdPROG= syslogd 51.17SchristosSRCS= syslogd.c utmpentry.c 61.5ScgdMAN= syslogd.8 syslog.conf.5 71.9SchristosDPADD+=${LIBUTIL} 81.9SchristosLDADD+=-lutil 91.13Sperry#make symlink to old socket location for transitional period 101.13SperrySYMLINKS= /var/run/log /dev/log 111.14SitojunCPPFLAGS+=-DINET6 121.17Schristos.PATH.c: ${.CURDIR}/../../usr.bin/who 131.17SchristosCPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 141.15Sitojun 151.15SitojunCPPFLAGS+=-DLIBWRAP 161.15SitojunLDADD+= -lwrap 171.15SitojunDPADD+= ${LIBWRAP} 181.1Scgd 191.1Scgd.include <bsd.prog.mk> 20