Makefile revision 1.3
1#	from: @(#)Makefile	5.7 (Berkeley) 9/30/90
2#	$Id: Makefile,v 1.3 1993/07/30 20:50:51 mycroft Exp $
3
4PROG=	syslogd
5SRCS=	syslogd.c ttymsg.c
6.PATH:	${.CURDIR}/../../usr.bin/wall
7MAN5=	syslog.conf.0
8MAN8=	syslogd.0
9DPADD=	${LIBUTIL}
10LDADD=	-lutil
11
12.include <bsd.prog.mk>
13