10 lines
226 B
Makefile
Raw Normal View History

1993-07-30 20:50:20 +00:00
# from: @(#)Makefile 5.7 (Berkeley) 9/30/90
1994-12-22 11:43:15 +00:00
# $Id: Makefile,v 1.5 1994/12/22 11:43:28 cgd Exp $
1993-03-21 09:45:37 +00:00
PROG= syslogd
SRCS= syslogd.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
1994-12-22 11:43:15 +00:00
MAN= syslogd.8 syslog.conf.5
1993-03-21 09:45:37 +00:00
.include <bsd.prog.mk>