aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/routed
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-02-28 18:47:46 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-02-28 18:47:46 +0000
commit30e9b7206e50c9c99717a60799ce19dcee53122b (patch)
treeb7f73ce05d579292dfbccd39755b69cb01295ba3 /usr.sbin/routed
parent6398c75dc782cc7b1f1b7ef33dee79350be94dda (diff)
Notes
Diffstat (limited to 'usr.sbin/routed')
-rw-r--r--usr.sbin/routed/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.sbin/routed/Makefile b/usr.sbin/routed/Makefile
index b2bdbf3492d5..40e270134265 100644
--- a/usr.sbin/routed/Makefile
+++ b/usr.sbin/routed/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/19/93
+# $Id$
PROG= routed
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \
@@ -9,14 +10,3 @@ DPADD= ${LIBCOMPAT}
LDADD= -lcompat
.include <bsd.prog.mk>
-
-.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