summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
committerwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
commit8554e18558853e6f6d8f38fc97f56b3ddfc7418a (patch)
tree4766cc5c5fa9f69e4ec8193b5e7b659a3464ef4b /sbin/routed/Makefile
parent5dd2c963ce7fe11b20171b5fc8e2398c1303a926 (diff)
downloadFreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.zip
FreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.tar.gz
Layer on FreeBSD local changes from old routed.
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index c567e68e..b17fd70 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,22 +1,10 @@
-# @(#)Makefile 8.1 (Berkeley) 6/19/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
+# $Id$
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
-MAN8= routed.0
+MAN8= routed.8
SUBDIR= rtquery
-DPADD= ${LIBCOMPAT}
-LDADD= -lcompat
#COPTS= -g -DDEBUG -Wall
.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
OpenPOWER on IntegriCloud