NetBSD/sbin/routed/Makefile

18 lines
382 B
Makefile
Raw Normal View History

1999-06-06 06:00:32 +04:00
# $NetBSD: Makefile,v 1.22 1999/06/06 02:00:32 thorpej Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
1993-03-21 12:45:37 +03:00
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
1994-12-22 13:44:04 +03:00
MAN= routed.8
SUBDIR= rtquery
1993-03-21 12:45:37 +03:00
1999-06-06 06:00:32 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
# By popular demand...
MLINKS= routed.8 rdisc.8
#COPTS+=-g -DDEBUG -Wall
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1997-10-11 13:34:07 +04:00
.include <bsd.subdir.mk>