summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/Makefile
blob: e5c823cfceaa46fde7be357bc4d3e370d8eb475b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../usr.bin/wall

PROG=	syslogd
MAN=	syslog.conf.5 syslogd.8
SRCS=	syslogd.c ttymsg.c

DPADD=	${LIBULOG} ${LIBUTIL}
LDADD=	-lulog -lutil

WARNS?=	3

.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

CFLAGS+= -I${.CURDIR}/../../usr.bin/wall

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud