1# $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/19/93 3 4PROG= routed 5SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ 6 trace.c inet.c 7MAN= routed.8 8#SUBDIR= query trace 9 10.include <bsd.prog.mk> 11