1 # @(#)Makefile 8.1 (Berkeley) 6/19/93
4 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \
11 .include <bsd.prog.mk>
13 .if (${MACHINE} == "vax")
14 # The following can be deleted where not appropriate to use the kernel's
15 # inline code expansions.
16 INLINE= /sys/vax/inline/obj/inline
19 ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c
20 @${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o