aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
deleted file mode 100644
index 0fc8bc839cbf..000000000000
--- a/sbin/routed/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# @(#)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.8
-SUBDIR= query trace
-DPADD= ${LIBUTIL} ${LIBCOMPAT}
-LDADD= -lutil
-
-.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