gno/usr.sbin/syslogd/Makefile
gdr-ftp 0fa42147e3 Initial checkin of syslogd v2 for GNO. This was a complete rewrite
from both Phil Vandry's v1 syslogd (which is part of init), and the
BSD version.  It still needs some work, but it can log to a file
or to console at the moment.

Until syslogd v1 is removed from init, you should ensure that you're
not logging to the same file from both versions of syslogd.
1998-10-31 19:02:47 +00:00

15 lines
211 B
Makefile

#
# $Id: Makefile,v 1.2 1998/10/31 19:02:47 gdr-ftp Exp $
#
PROG = syslogd
MAIN = syslogd2
SRCS = syslogd2.c
CFLAGS += -D__STACK_CHECK__
STACK = 4096
BINDIR = /usr/sbin
CHAPTER = 8
.INCLUDE: /src/gno/prog.mk