0a5779d45b
- MAN[1-9] -> MAN.
12 lines
268 B
Makefile
12 lines
268 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
|
|
|
|
.include <bsd.prog.mk>
|