1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/sbin/routed/rtquery/Makefile
2004-08-13 14:18:24 +00:00

12 lines
156 B
Makefile

# Make `routed` tools for BSD/OS
# $Revision: 1.6 $
# $FreeBSD$
PROG= rtquery
MAN= rtquery.8
LDADD= -lmd
DPADD= ${LIBMD}
WARNS?= 0
.include <bsd.prog.mk>