blob: f00bdfaecb8a10c182015ada78318c7eb07604b5 (
plain)
1
2
3
4
5
6
|
# $NetBSD: Makefile.inc,v 1.4 2018/09/03 16:54:55 riastradh Exp $
#
# There are likely more that we will notice when we go native
NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
NO_SRCS+= __main.c strlen.c strcmp.c
|