NetBSD/sbin/routed/Makefile

14 lines
322 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 1997/02/03 22:02:51 christos 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
# By popular demand...
MLINKS= routed.8 rdisc.8
#COPTS=-g -DDEBUG -Wall
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>