"Fossies" - the Fresh Open Source Software Archive

Member "ospfctl/Makefile" (17 Aug 2006, 370 Bytes) of package /linux/privat/old/openospfd-4.6.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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>