diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:47:08 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:47:08 +0000 |
commit | b626be8ef47b76f23e1df755a098fe5c8dc5c106 (patch) | |
tree | 00d454d6ddbf05fab30217bc93ff5e517e2177fa /lib | |
parent | 349d54e01705b875691ba5a8abb5aacf5aa32379 (diff) |
include thread/Makefile.inc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 0d224d8fcfc..770171dac76 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 1998/11/20 11:18:28 d Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2000/01/06 08:47:07 d Exp $ # # This file contains make rules that are shared by libc and libc_r. # @@ -44,6 +44,7 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include .include "${LIBCSRCDIR}/stdlib/Makefile.inc" .include "${LIBCSRCDIR}/string/Makefile.inc" .include "${LIBCSRCDIR}/termios/Makefile.inc" +.include "${LIBCSRCDIR}/thread/Makefile.inc" .include "${LIBCSRCDIR}/time/Makefile.inc" .include "${LIBCSRCDIR}/sys/Makefile.inc" .if (${YP} == "yes") |