NetBSD/sbin/routed/rtquery/Makefile

16 lines
292 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2002/04/23 08:19:15 msaitoh Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
PROG= rtquery
MAN= rtquery.8
1997-06-20 23:29:43 +04:00
BINDIR?= /usr/sbin
.if !defined(NOPIC)
LDSTATIC?=
.endif
#COPTS= -g -DDEBUG -Wall
.include "../../Makefile.inc"
.include <bsd.prog.mk>