1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/6/93 2d316f7c9SJohn Marino# $FreeBSD: head/usr.sbin/syslogd/Makefile 211055 2010-08-08 02:45:14Z imp $ 3984263bcSMatthew Dillon 4d316f7c9SJohn Marino.PATH: ${.CURDIR}/../../usr.bin/wall 5984263bcSMatthew Dillon 6984263bcSMatthew DillonPROG= syslogd 7984263bcSMatthew DillonMAN= syslog.conf.5 syslogd.8 8d316f7c9SJohn MarinoSRCS= syslogd.c ttymsg.c 9984263bcSMatthew Dillon 1082b0e374SMatthew DillonDPADD= ${LIBUTIL} 1182b0e374SMatthew DillonLDADD= -lutil 12984263bcSMatthew Dillon 13cc753ff3SPeter AvalosCFLAGS+= -DINET6 14cc753ff3SPeter AvalosCFLAGS+= -I${.CURDIR}/../../usr.bin/wall 15*0de090e1SMatthew DillonNO_STRICT_ALIASING= 16984263bcSMatthew Dillon 17984263bcSMatthew Dillon.include <bsd.prog.mk> 18