From 6970d7970e14807398007edb746270d425be273f Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 16 Sep 1996 16:51:32 +0000 Subject: Virgin import of new BSD/SGI routed. This update contains a number of important bug fixes. Obtained from: Vernon J. Schryver --- sbin/routed/Makefile | 22 ++++++++++++++++++++++ sbin/routed/rtquery/Makefile | 8 ++++++++ 2 files changed, 30 insertions(+) create mode 100644 sbin/routed/Makefile create mode 100644 sbin/routed/rtquery/Makefile (limited to 'sbin/routed') diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile new file mode 100644 index 0000000..c567e68e --- /dev/null +++ b/sbin/routed/Makefile @@ -0,0 +1,22 @@ +# @(#)Makefile 8.1 (Berkeley) 6/19/93 + +PROG= routed +SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c +MAN8= routed.0 +SUBDIR= rtquery +DPADD= ${LIBCOMPAT} +LDADD= -lcompat +#COPTS= -g -DDEBUG -Wall + +.include + +.if (${MACHINE} == "vax") +# The following can be deleted where not appropriate to use the kernel's +# inline code expansions. +INLINE= /sys/vax/inline/obj/inline +C2= /usr/libexec/c2 +.c.o: + ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c + @${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o + @rm -f ${.PREFIX}.s +.endif diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile new file mode 100644 index 0000000..f9aee5c --- /dev/null +++ b/sbin/routed/rtquery/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +PROG= rtquery +MAN8= rtquery.0 +#COPTS= -g -DDEBUG -Wall + +.include "../../Makefile.inc" +.include -- cgit v1.1