]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/syslogd/Makefile
When parsing the program name from the incoming log message
[FreeBSD/FreeBSD.git] / usr.sbin / syslogd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../usr.bin/wall
5
6 PROG=   syslogd
7 MAN=    syslog.conf.5 syslogd.8
8 SRCS=   syslogd.c ttymsg.c
9
10 CFLAGS+=-DINET6 -I${.CURDIR}/../../usr.bin/wall
11 WARNS?= 1
12
13 .include <bsd.prog.mk>