diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
commit | b817a5b90ecda36f868b684f228214fafcab35ab (patch) | |
tree | 751612430d8a08dd5989d9992db1e4cabdd5ea9c /databases/php72-odbc/Makefile | |
parent | c97e9ce392ce8ff98e10df04c30fbd7a326bcd0f (diff) | |
download | ports-b817a5b90ecda36f868b684f228214fafcab35ab.tar.gz ports-b817a5b90ecda36f868b684f228214fafcab35ab.zip |
Notes
Diffstat (limited to 'databases/php72-odbc/Makefile')
-rw-r--r-- | databases/php72-odbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/php72-odbc/Makefile b/databases/php72-odbc/Makefile index f7b533287e45..159b44c5f3c2 100644 --- a/databases/php72-odbc/Makefile +++ b/databases/php72-odbc/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -odbc +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" |