Home | History | Annotate | Line # | Download | only in net
Makefile.inc revision 1.2
      1  1.2  cgd #	$NetBSD: Makefile.inc,v 1.2 1997/11/05 23:43:00 cgd Exp $
      2  1.1  cgd 
      3  1.2  cgd # objects built from assembler sources (need lint stubs)
      4  1.1  cgd SRCS+=  htonl.S htons.S ntohl.S ntohs.S
      5  1.2  cgd 
      6  1.2  cgd LSRCS+=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      7  1.2  cgd DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      8