diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2000-10-14 17:01:12 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2000-10-14 17:01:12 +0000 |
commit | 94fb7ad620091dd081fe79bf9eb4c5863baebf92 (patch) | |
tree | 03bfaa1cd19761fcf8d021c10b5a67ccaa0d232a /lib/libc/ia64/string/Makefile.inc | |
parent | ac5096139bbc7300502b3550cf155cb3c25648f7 (diff) | |
download | src-94fb7ad620091dd081fe79bf9eb4c5863baebf92.tar.gz src-94fb7ad620091dd081fe79bf9eb4c5863baebf92.zip |
Notes
Diffstat (limited to 'lib/libc/ia64/string/Makefile.inc')
-rw-r--r-- | lib/libc/ia64/string/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/ia64/string/Makefile.inc b/lib/libc/ia64/string/Makefile.inc new file mode 100644 index 000000000000..7bbcc8de10e9 --- /dev/null +++ b/lib/libc/ia64/string/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +MDSRCS+= bcopy.S bzero.S ffs.S memcpy.S memmove.S |