include ${MAKETOP}/Makefile-common

BINDIR = sbin/
PROGRAM   = routed
OBJECTS   = af.o if.o input.o main.o output.o startup.o tables.o timer.o \
	trace.o inet.o
MAN8PAGES = routed
SUBDIR=	query trace
LIBRARIES = UTIL COMPAT

include ${MAKETOP}/Makefile-bin
include ${MAKETOP}/Makefile-man

#.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
-include Makedep
