11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/04/23 20:28:16 naddy Exp $
|
|
|
|
PROG= sixxs-heartbeatd
|
|
SRCS= heartbeat-client.c hb.c common.c
|
|
|
|
NOMAN=1
|
|
|
|
.PATH: ${SRCDIR}/client ${SRCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|