[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / ripctl

File: [local] / src / usr.sbin / ripctl / Makefile (download)

Revision 1.1, Wed Oct 18 16:15:25 2006 UTC (17 years, 7 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1

Controller for the ripd.

All relevant information in the rip daemon can be displayed with this
controller.

Not connected to builds yet.

ok claudio@

#	$OpenBSD: Makefile,v 1.1 2006/10/18 16:15:25 norby Exp $

.PATH:		${.CURDIR}/../ripd

PROG=	ripctl
SRCS=	buffer.c imsg.c log.c ripctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ripd
MAN=	ripctl.8

.include <bsd.prog.mk>