Deleted Added
full compact
Makefile (50476) Makefile (74531)
1# Make `routed` tools for BSD/OS
2# $Revision: 1.6 $
1# Make `routed` tools for BSD/OS
2# $Revision: 1.6 $
3# $FreeBSD: head/sbin/routed/rtquery/Makefile 50476 1999-08-28 00:22:10Z peter $
3# $FreeBSD: head/sbin/routed/rtquery/Makefile 74531 2001-03-20 18:13:31Z ru $
4
5PROG= rtquery
4
5PROG= rtquery
6MAN8= rtquery.8
7LDADD+= -lmd
8DPADD+= ${LIBMD}
9#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
10
11.include <bsd.prog.mk>
6LDADD+= -lmd
7DPADD+= ${LIBMD}
8#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
9
10.include <bsd.prog.mk>