Home | History | Annotate | Line # | Download | only in net
Makefile.inc revision 1.1
      1  1.1  fvdl #	$NetBSD: Makefile.inc,v 1.1 2001/06/19 00:25:03 fvdl 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.1  fvdl LSRCS+=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      8  1.1  fvdl DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      9