xref: /netbsd/lib/libc/arch/mips/net/Makefile.inc (revision 6550d01e)
1#	$NetBSD: Makefile.inc,v 1.4 2009/12/06 07:12:17 uebayasi Exp $
2
3# objects built from assembler sources (need lint stubs)
4# hton* and nto* functions provided by ../gen/byte_swap_*.S
5SRCS+=
6
7LSRCS.mips.net=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8LSRCS+=		${LSRCS.mips.net}
9DPSRCS+=	${LSRCS.mips.net}
10CLEANFILES+=	${LSRCS.mips.net}
11