gno/usr.sbin/syslogd/Makefile
gdr 0df1477cf9 Before moving to git, checked in a bunch of apparent work-in-progress
files that have been sitting idle for a few years.  Unfortunately
I can't gaurantee at the moment that these even compile let alone build.
Caveat Emptor
2012-08-26 02:55:00 +00:00

15 lines
210 B
Makefile

#
# $Id: Makefile,v 1.3 2012/08/26 02:54:59 gdr Exp $
#
PROG = syslogd
MAIN = syslogd2
SRCS = syslogd2.c
CFLAGS += -D__STACK_CHECK__ -v
STACK = 4096
BINDIR = /usr/sbin
CHAPTER = 8
.INCLUDE: /src/gno/prog.mk