diff options
author | imp <imp@FreeBSD.org> | 1999-03-03 07:08:03 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-03-03 07:08:03 +0000 |
commit | 04a0bf0d084d98ebedb01fd53c0e22dbfe19966d (patch) | |
tree | 955e2934c7f1ad82db13fbaed3615ad9bd964e72 /lib/libc/mipseb/stdlib | |
parent | 4d23a3a1e4929fb9ae50da0a0cc6224e36682889 (diff) | |
download | FreeBSD-src-04a0bf0d084d98ebedb01fd53c0e22dbfe19966d.zip FreeBSD-src-04a0bf0d084d98ebedb01fd53c0e22dbfe19966d.tar.gz |
These were missing from the previous commit.
Diffstat (limited to 'lib/libc/mipseb/stdlib')
-rw-r--r-- | lib/libc/mipseb/stdlib/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/mipseb/stdlib/Makefile.inc b/lib/libc/mipseb/stdlib/Makefile.inc new file mode 100644 index 0000000..b6e73f9 --- /dev/null +++ b/lib/libc/mipseb/stdlib/Makefile.inc @@ -0,0 +1 @@ +.include "${.CURDIR}/mips/stdlib/Makefile.inc" |