X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..af359dea2e5ab3e937b62107ecd6a51d78189ed7:/usr/src/sbin/routed/Makefile diff --git a/usr/src/sbin/routed/Makefile b/usr/src/sbin/routed/Makefile index 557ecb16f9..8702840161 100644 --- a/usr/src/sbin/routed/Makefile +++ b/usr/src/sbin/routed/Makefile @@ -1,18 +1,19 @@ -# @(#)Makefile 5.14 (Berkeley) 6/29/90 +# @(#)Makefile 5.16 (Berkeley) 4/26/91 PROG= routed SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.c MAN8= routed.0 SUBDIR= query trace -LDADD= -lutil +DPADD= ${LIBUTIL} ${LIBCOMPAT} +LDADD= -lutil -lcompat .include .if (${MACHINE} == "vax") # The following can be deleted where not appropriate to use the kernel's # inline code expansions. -INLINE= /sys/vax/inline/inline +INLINE= /sys/vax/inline/obj/inline C2= /usr/libexec/c2 .c.o: ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c