1 1.1.1.2 mycroft # @(#)Makefile 8.1 (Berkeley) 6/19/93 2 1.1 cgd 3 1.1 cgd PROG= routed 4 1.1.1.5 christos SRCS= if.c input.c main.c md5.c output.c parms.c radix.c rdisc.c table.c \ 5 1.1.1.5 christos trace.c 6 1.1 cgd MAN8= routed.0 7 1.1.1.3 thorpej SUBDIR= rtquery 8 1.1.1.4 christos #COPTS= -g -DDEBUG -Wall 9 1.1 cgd 10 1.1 cgd .include <bsd.prog.mk> 11 1.1 cgd 12 1.1 cgd .if (${MACHINE} == "vax") 13 1.1 cgd # The following can be deleted where not appropriate to use the kernel's 14 1.1 cgd # inline code expansions. 15 1.1 cgd INLINE= /sys/vax/inline/obj/inline 16 1.1 cgd C2= /usr/libexec/c2 17 1.1 cgd .c.o: 18 1.1 cgd ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c 19 1.1 cgd @${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o 20 1.1 cgd @rm -f ${.PREFIX}.s 21 1.1 cgd .endif 22