tools/llvm: Do not build with symbols
[minix3.git] / lib / libc / arch / x86_64 / net / Makefile.inc
blob6c0eeab3bfdac31e397dbc9af0a82440991ea46d
1 #       $NetBSD: Makefile.inc,v 1.3 2009/12/06 07:12:18 uebayasi Exp $
3 # objects built from assembler sources (need lint stubs)
4 # hton* and nto* functions provided by ../gen/byte_swap_*.S
5 SRCS+=  
7 LSRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+=         ${LSRCS.x86_64.net}
9 DPSRCS+=        ${LSRCS.x86_64.net}
10 CLEANFILES+=    ${LSRCS.x86_64.net}