mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
0fa42147e3
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.
15 lines
211 B
Makefile
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
|