mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 03:29:43 -04:00
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D28845
(cherry picked from commit 7f06b217c5)
12 lines
129 B
Makefile
12 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
MDSRCS+= \
|
|
bcmp.S \
|
|
memcmp.S \
|
|
memcpy.S \
|
|
memmove.S \
|
|
memset.S \
|
|
strcat.S \
|
|
strcmp.S \
|
|
strlen.S \
|
|
stpcpy.S
|