Home | History | Annotate | Line # | Download | only in net
      1  1.4  uebayasi #	$NetBSD: Makefile.inc,v 1.4 2009/12/06 07:12:17 uebayasi Exp $
      2  1.1       cgd 
      3  1.2    bouyer # objects built from assembler sources (need lint stubs)
      4  1.2    bouyer # hton* and nto* functions provided by ../gen/byte_swap_*.S
      5  1.2    bouyer SRCS+=
      6  1.2    bouyer 
      7  1.4  uebayasi LSRCS.mips.net=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
      8  1.4  uebayasi LSRCS+=		${LSRCS.mips.net}
      9  1.4  uebayasi DPSRCS+=	${LSRCS.mips.net}
     10  1.4  uebayasi CLEANFILES+=	${LSRCS.mips.net}
     11