summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:34:34 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:34:34 +0000
commit2f7adfdcfed5f8f9d438805cc583a3254c63c2d8 (patch)
tree21245547d885a8c0f8ffce03e064c91b46d801f7 /libc/misc/Makefile
parentc547e924ad577625dc6c14f3b7fea965b5d74be0 (diff)
Add gnu obstack support. I still need to implement the obstack_printf
and obstack_vprintf, but at least now the reiserfsprogs build.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index 7e9d1ec59..8278a5767 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak
DIRS = assert ctype dirent file fnmatch glob internals lsearch \
mntent syslog time utmp tsearch locale sysvipc statfs \
- error insremque ttyent
+ error insremque ttyent gnu
ifeq ($(strip $(INCLUDE_REGEX)),true)
DIRS += regex
endif