diff options
| author | millert <> | 2014-12-02 20:23:05 +0000 |
|---|---|---|
| committer | millert <> | 2014-12-02 20:23:05 +0000 |
| commit | 8b49ba40f09f8e00300ae25e95d801db5e53af0a (patch) | |
| tree | e5eceb0682ae43096a4d104b795aa5bddb70bc34 /src/regress/lib/libc/Makefile | |
| parent | 6f5388d11ca7552025496dc1e465ad003e94f27e (diff) | |
| download | openbsd-8b49ba40f09f8e00300ae25e95d801db5e53af0a.tar.gz openbsd-8b49ba40f09f8e00300ae25e95d801db5e53af0a.tar.bz2 openbsd-8b49ba40f09f8e00300ae25e95d801db5e53af0a.zip | |
Add simple strlcpy regress
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 16bd49dcd6..0c81c5cea5 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.45 2014/12/02 17:48:34 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.46 2014/12/02 20:23:05 millert Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
| 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
| 5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
| 6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | 6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream |
| 7 | SUBDIR+= orientation popen printf | 7 | SUBDIR+= orientation popen printf |
| 8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | 8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading |
| 9 | SUBDIR+= stdio_threading stpncpy strerror strlcat strnlen strtod strtol strtonum | 9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
| 10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |
| 11 | 11 | ||
| 12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |
