blob: 72c6bb9fa495108b5e0c8dd44780c0eec87b7f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.inc,v 1.25 2018/09/03 16:54:55 riastradh Exp $
#
# The rest of the lib routines are in machine/macros.h
#
SRCS+= blkcpy.S blkset.S bswap16.S bswap32.S bswap64.S
SRCS+= random.S
SRCS+= udiv.S urem.S
NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
NO_SRCS+= scanc.c skpc.c
|