blob: f2152035bd89178ab914f52e9700e89096274a40 (
plain)
1
2
3
4
5
6
7
8
9
|
# from: @(#)Makefile 5.7 (Berkeley) 9/30/90
# $Id: Makefile,v 1.1 1995/10/18 08:48:22 deraadt Exp $
PROG= syslogd
SRCS= syslogd.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
MAN= syslogd.8 syslog.conf.5
.include <bsd.prog.mk>
|