summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-01-17 05:39:44 +0000
committerDavid McCullough <davidm@snapgear.com>2002-01-17 05:39:44 +0000
commit1422fe3fb6fa927e63cf9e9829f7e81ae08909b5 (patch)
tree0acef876ff3a8f8907fd87645b34e709dc735063 /libc/misc/Makefile
parent101799b51c7dfe5ebc90ccbb017363b6e8fee522 (diff)
Added insque/remque support
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 2a43c9f2f..cd562d643 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak
DIRS = assert ctype dirent file fnmatch glob internals lsearch \
- mntent syslog time utmp tsearch locale sysvipc statfs
+ mntent syslog time utmp tsearch locale sysvipc statfs insremque
ifeq ($(strip $(INCLUDE_REGEX)),true)
DIRS += regex
endif