diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-23 02:19:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-23 02:19:37 +0000 |
commit | ec30ee0180f8e56af8211246d7040e39fe79ce11 (patch) | |
tree | 36a965f572dda8c489c2920d702227f7f5ad0ef6 /test/Makefile | |
parent | f5820f58ddc531de153d06f190cb0a544981601b (diff) |
Test for libcrypt (which is partly broken ATM)
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) |