mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
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>
|