diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index c3a5e52ef..6653991ba 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,7 +22,7 @@ include $(TOPDIR)Config .EXPORT_ALL_VARIABLES: -ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd #misc +ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd crypt #misc DIRS = $(ALL_SUBDIRS) #ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) # DIRS = $(ALL_SUBDIRS) |