mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
12 lines
305 B
Makefile
12 lines
305 B
Makefile
# $NetBSD: Makefile.inc,v 1.24 2010/03/15 11:46:49 uwe 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 max.c min.c ulmax.c ulmin.c
|
|
NO_SRCS+= scanc.c skpc.c
|