Home | History | Annotate | Line # | Download | only in net
Makefile.inc revision 1.3
      1  1.3  bouyer #	$NetBSD: Makefile.inc,v 1.3 1999/01/15 13:31:18 bouyer Exp $
      2  1.1     cgd 
      3  1.2     cgd # objects built from assembler sources (need lint stubs)
      4  1.3  bouyer # hton* and nto* functions provided by ../gen/byte_swap_*.S
      5  1.3  bouyer SRCS+=
      6  1.2     cgd 
      7  1.2     cgd LSRCS+=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      8  1.2     cgd DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      9