diff options
Diffstat (limited to 'src/regress/lib/libc/stpncpy/Makefile')
-rw-r--r-- | src/regress/lib/libc/stpncpy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/stpncpy/Makefile b/src/regress/lib/libc/stpncpy/Makefile new file mode 100644 index 0000000000..9333934da6 --- /dev/null +++ b/src/regress/lib/libc/stpncpy/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | PROG=stpncpy_test | ||
2 | |||
3 | .include <bsd.regress.mk> | ||