1 # $NetBSD: Makefile.inc,v 1.27 2009/08/12 21:20:40 dsl Exp $
3 SRCS+= bswap16.c bswap32.c
4 SRCS+= htonl.c htons.c ntohl.c ntohs.c
7 SRCS+= ffs.S memset.S strlen.S
9 # Disable the asm versions on evbppc because they break the Explora
10 .if ${MACHINE} == "evbppc"