repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
arch
/
m68k
/
string
/
Makefile.inc
blob
239dce29d5cca1ae9861d723e5830494a8d9a7b1
1
# $NetBSD: Makefile.inc,v 1.5 2009/07/30 20:57:16 dsl Exp $
2
3
SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S memset.S \
4
strcat.S strcmp.S strcpy.S strlen.S \
5
strncmp.S strncpy.S \
6
swab.S
7
SRCS+= memcpy.S memccpy.S memmove.S strchr.S strrchr.S