84e59eb50d
(and rename a few in the process).
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= syslogd
|
|
SRCS= syslogd.c ttymsg.c
|
|
.PATH: ${.CURDIR}/../../usr.bin/wall
|
|
MAN5= syslog.conf.5
|
|
MAN8= syslogd.8
|
|
|
|
.include <bsd.prog.mk>
|