diff options
author | deraadt <> | 2004-02-11 23:38:11 +0000 |
---|---|---|
committer | deraadt <> | 2004-02-11 23:38:11 +0000 |
commit | 890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6 (patch) | |
tree | 8bbcbb1c9894083435f71f26ddf14b85f3625be3 /src/regress/lib | |
parent | 447c2c0075d296f837124007bb9f575bfe32144a (diff) | |
download | openbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.tar.gz openbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.tar.bz2 openbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.zip |
include some missing ones
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 1b655bcbed..86c2e4b59a 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.12 2004/01/20 16:47:55 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $ |
2 | |||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc | ||
4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp | ||
5 | SUBDIR+= sprintf time | ||
2 | 6 | ||
3 | SUBDIR+= alloca | ||
4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | ||
5 | SUBDIR+= longjmp atexit sprintf time | ||
6 | .if (${MACHINE_ARCH} != "vax") | 7 | .if (${MACHINE_ARCH} != "vax") |
7 | SUBDIR+= ieeefp | 8 | SUBDIR+= ieeefp |
8 | .endif | 9 | .endif |