1 # $OpenBSD: Makefile,v 1.3 2006/08/17 16:43:35 claudio Exp $ 2 3 .PATH: ${.CURDIR}/../ospfd 4 5 PROG= ospfctl 6 SRCS= buffer.c imsg.c log.c ospfctl.c parser.c 7 CFLAGS+= -Wall 8 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes 9 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual 10 CFLAGS+= -Wsign-compare 11 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ospfd 12 MAN= ospfctl.8 13 14 .include <bsd.prog.mk>