NetBSD/sbin/routed/Makefile

22 lines
497 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2011/08/25 16:12:37 joerg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
1993-03-21 12:45:37 +03:00
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network client/server
1993-03-21 12:45:37 +03:00
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
1994-12-22 13:44:04 +03:00
MAN= routed.8
SUBDIR= rtquery
1993-03-21 12:45:37 +03:00
1999-06-06 06:00:32 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
# By popular demand...
MLINKS= routed.8 rdisc.8
#COPTS+=-g -DDEBUG -Wall
COPTS.main.c = -Wno-format-nonliteral
2011-08-14 15:34:11 +04:00
COPTS.trace.c = -Wno-format-nonliteral
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1997-10-11 13:34:07 +04:00
.include <bsd.subdir.mk>