xref: /netbsd/lib/libc/arch/x86_64/net/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.1 2001/06/19 00:25:03 fvdl 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+=	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
9