mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
- Remove .c files which duplicate entries in MISRCS. - Use the same, less merge conflict prone style in all cases. - Use MDSRCS for mips (.c and .S files both ended up in SRCS). - Remove pointless sparc64 Makefile.inc. - Remove uninformative foreign VCS ID entries. Reviewed by: emaste, imp, jhb MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9841
13 lines
137 B
Makefile
13 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
MDSRCS+= \
|
|
bcmp.S \
|
|
bcopy.S \
|
|
bzero.S \
|
|
ffs.S \
|
|
memcpy.S \
|
|
memmove.S \
|
|
strchr.S \
|
|
strcmp.S \
|
|
strlen.S \
|
|
strrchr.S
|