diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-07 23:04:55 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-07 23:04:55 +0000 |
| commit | 4415cd19f18560055cbf4886ee3564573cb3a629 (patch) | |
| tree | a22dccfd6af5c0cdfaa4d0fcee183dde076b2e77 /lib/libc/Makefile | |
| parent | 71919dabc4bb3bd2290cf975a73360c1dbea3656 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 7df112429c53..17803fcf3392 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -23,6 +23,12 @@ INSTALL_PIC_ARCHIVE= yes .include "${.CURDIR}/stdlib/Makefile.inc" .include "${.CURDIR}/string/Makefile.inc" .include "${.CURDIR}/sys/Makefile.inc" +.include "${.CURDIR}/rpc/Makefile.inc" +.include "${.CURDIR}/xdr/Makefile.inc" +.if !defined(NO_YP_LIBC) +CFLAGS+= -DYP +.include "${.CURDIR}/yp/Makefile.inc" +.endif KQSRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \ |
