diff options
author | 2005-08-12 00:28:08 +0000 | |
---|---|---|
committer | 2005-08-12 00:28:08 +0000 | |
commit | 7e882cdcad7e114fa497cfac8ab7dd0aecdf45f8 (patch) | |
tree | 3885ac49d17cf5176ce5525fb549203b3437c3fd /regress/lib/libc | |
parent | regression test to check that isw* functions yield the same result as (diff) | |
download | wireguard-openbsd-7e882cdcad7e114fa497cfac8ab7dd0aecdf45f8.tar.xz wireguard-openbsd-7e882cdcad7e114fa497cfac8ab7dd0aecdf45f8.zip |
untested Makefile commited
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 6a20b61c467..f9dd0ad3bbc 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.19 2005/08/11 21:57:02 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2005/08/12 00:28:08 deraadt Exp $ -SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp \ +SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp SUBDIR+= locale malloc SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp SUBDIR+= sprintf strerror strtonum time |