mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
8 lines
272 B
PHP
8 lines
272 B
PHP
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
MDSRCS+=bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.S memcpy.S \
|
||
|
|
memmove.S memset.S rindex.c strcat.c strchr.c strcmp.S strcpy.c \
|
||
|
|
strlen.c strncmp.S strrchr.c swab.c wcschr.c wcscmp.c wcslen.c \
|
||
|
|
wmemchr.c
|