1 1.3 lukem # $NetBSD: Makefile.inc,v 1.3 2003/08/01 17:03:51 lukem Exp $ 2 1.1 cgd 3 1.2 bouyer # objects built from assembler sources (need lint stubs) 4 1.2 bouyer # hton* and nto* functions provided by ../gen/byte_swap_*.S 5 1.2 bouyer SRCS+= 6 1.2 bouyer 7 1.3 lukem SRCS.mips.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 8 1.3 lukem LSRCS+= ${SRCS.mips.net} 9 1.3 lukem DPSRCS+= ${SRCS.mips.net} 10 1.3 lukem CLEANFILES+= ${SRCS.mips.net} 11