Makefile revision 1.16
1# $NetBSD: Makefile,v 1.16 1996/08/10 01:48:41 thorpej Exp $ 2# from: @(#)Makefile 8.1 (Berkeley) 6/19/93 3 4PROG= routed 5SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c 6MAN= routed.8 7SUBDIR= rtquery 8 9# By popular demand... 10MLINKS= routed.8 rdisc.8 11 12.include <bsd.prog.mk> 13