Added code for Mac OS X (Darwin)

SVN revision: 29
This commit is contained in:
Stefan Ritt 2002-01-31 00:48:41 +00:00
parent 73bd085afb
commit 5060d48f62

View File

@ -14,6 +14,10 @@ CC = gcc
LIBS = -lsocket -lnsl
endif
ifeq ($(OSTYPE),darwin)
CC = cc
endif
all: elogd elog
elog: elog.c