freebsd-dev/sbin/routed/rtquery/Makefile
David E. O'Brien 2d68bf45bf Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
2001-12-04 02:19:58 +00:00

13 lines
277 B
Makefile

# Make `routed` tools for BSD/OS
# $Revision: 1.6 $
# $FreeBSD$
PROG= rtquery
MAN= rtquery.8
LDADD+= -lmd
DPADD+= ${LIBMD}
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
WARNS= 0
.include <bsd.prog.mk>