mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
7 lines
276 B
Makefile
7 lines
276 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
|
|
memmove.S memset.S \
|
|
rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \
|
|
strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
|
|
strspn.c strrchr.S strstr.c
|