mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-16 06:08:20 +00:00
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>
|