diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 23:48:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 23:48:06 +0000 |
commit | 90d75ccb3574abc6a915b915d390320cf5cb994d (patch) | |
tree | 95658d8ca628be763095017c14b85702fe1da61b | |
parent | 5492a3be8f2ac9ba01efa9a4000b9820c34e357c (diff) |
descend into mmap subdir
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 9b12cdc4d..32dc4f6ef 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ top_builddir=../ ALL_SUBDIRS = \ args assert crypt ctype pwd_grp signal silly stdlib string unistd \ - #misc + mmap #misc DIRS := $(ALL_SUBDIRS) ifeq ($(HAVE_SHARED),y) |