1 1.3 uebayasi # $NetBSD: Makefile.inc,v 1.3 2009/12/06 07:12:18 uebayasi Exp $ 2 1.1 fvdl 3 1.1 fvdl # objects built from assembler sources (need lint stubs) 4 1.1 fvdl # hton* and nto* functions provided by ../gen/byte_swap_*.S 5 1.1 fvdl SRCS+= 6 1.1 fvdl 7 1.3 uebayasi LSRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 8 1.3 uebayasi LSRCS+= ${LSRCS.x86_64.net} 9 1.3 uebayasi DPSRCS+= ${LSRCS.x86_64.net} 10 1.3 uebayasi CLEANFILES+= ${LSRCS.x86_64.net} 11