From f0a9cfa4de786dcd979fd87f880779d2ff986f49 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Mar 2002 09:20:19 +0000 Subject: Support getttyent and friends so ncurses will compile --- libc/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/Makefile') 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 -- cgit v1.2.3