Home | History | Annotate | Line # | Download | only in string
      1 #	$NetBSD: Makefile.inc,v 1.6 2024/11/02 18:39:21 jakllsch Exp $
      2 
      3 SRCS+=	bcmp.S bcopy.S bzero.S \
      4 	ffs.S \
      5 	memcpy.S memmove.S \
      6 	strchr.S strrchr.S \
      7 	strcmp.S strlen.S
      8 NO_SRCS+=	ffsl.c
      9