diff options
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r-- | archivers/libarchive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index dafdc7de59ef..8df406d4aae7 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -48,4 +48,7 @@ PLIST_FILES+= bin/bsdcpio MAN1+= bsdcpio.1 .endif +regression-test: + (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check) + .include <bsd.port.post.mk> |