Remove building with NOCRYPTO option
[minix3.git] / lib / libc / arch / i386 / net / Makefile.inc
blob0185ca65969926673e5fdbe87652ee0605fd10a2
1 #       $NetBSD: Makefile.inc,v 1.5 2009/12/06 07:12:17 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.i386.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
8 LSRCS+=         ${LSRCS.i386.net}
9 DPSRCS+=        ${LSRCS.i386.net}
10 CLEANFILES+=    ${LSRCS.i386.net}