Home | History | Annotate | Line # | Download | only in net
      1  1.5  uebayasi #	$NetBSD: Makefile.inc,v 1.5 2009/12/06 07:12:17 uebayasi 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.5  uebayasi LSRCS.i386.net=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      8  1.5  uebayasi LSRCS+=		${LSRCS.i386.net}
      9  1.5  uebayasi DPSRCS+=	${LSRCS.i386.net}
     10  1.5  uebayasi CLEANFILES+=	${LSRCS.i386.net}
     11