1 # $NetBSD: Makefile.inc,v 1.2 1999/01/15 13:31:19 bouyer Exp $ 2 3 # objects built from assembler sources (need lint stubs) 4 # hton* and nto* functions provided by ../gen/byte_swap_*.S 5 SRCS+= 6 7 LSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 8 DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 9