summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-21 09:20:19 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-21 09:20:19 +0000
commitf0a9cfa4de786dcd979fd87f880779d2ff986f49 (patch)
tree934daf7d1631b459a950f92cdf359771fc8dc1f2 /libc/misc/Makefile
parent73bd0903fe1ba8189c8657c1583796f08c8028bb (diff)
Support getttyent and friends so ncurses will compile
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 552ab1800..9040e7e0b 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
+ error insremque ttyent
ifeq ($(strip $(INCLUDE_REGEX)),true)
DIRS += regex
endif