diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-08-23 15:18:35 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-08-23 15:18:35 +0000 |
| commit | aeaffd647e876e9fb494a1332355d0364fa2fe6c (patch) | |
| tree | 3cb0d2cf072280895d84964b00b3349bef87684a /lib/libc/Makefile | |
| parent | 6608cc579e210d6083f73e5c3477e8683a442ae0 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 9f7033027c1b8..ad4e5bd16290f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -124,7 +124,7 @@ libkern.${MACHINE_ARCH}:: ${KMSRCS} .if defined(KMSRCS) && !empty(KMSRCS) cp -p ${.ALLSRC} ${DESTDIR}/sys/libkern/${MACHINE_ARCH} .endif - + .include <bsd.lib.mk> # Disable warnings in contributed sources. |
