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

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

Revision 1.3, Thu Feb 5 02:26:23 2004 UTC (20 years, 4 months ago) by mcbride
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.2: +2 -2 lines

Add ifstated(8) manpage.

#	$OpenBSD: Makefile,v 1.3 2004/02/05 02:26:23 mcbride Exp $

PROG=	ifstated
SRCS=	ifstated.c parse.y
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
MAN= ifstated.8
LDADD+=-lutil -levent

.include <bsd.prog.mk>