BSD 4_3_Net_2 release
[unix-history] / usr / src / sbin / routed / Makefile
index feed384..8702840 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.15 (Berkeley) %G%
+#      @(#)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 \
 
 PROG=  routed
 SRCS=  af.c if.c input.c main.c output.c startup.c tables.c timer.c \
@@ -13,7 +13,7 @@ LDADD=        -lutil -lcompat
 .if (${MACHINE} == "vax")
 # The following can be deleted where not appropriate to use the kernel's
 # inline code expansions.
 .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
 C2=    /usr/libexec/c2
 .c.o:
        ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c