Clean up makefile
authortb <tb@openbsd.org>
Sat, 3 Dec 2022 09:59:19 +0000 (09:59 +0000)
committertb <tb@openbsd.org>
Sat, 3 Dec 2022 09:59:19 +0000 (09:59 +0000)
regress/lib/libcrypto/x509/rfc3779/Makefile

index b0fc4dc..5c53996 100644 (file)
@@ -1,11 +1,9 @@
-#      $OpenBSD: Makefile,v 1.6 2022/06/02 11:48:36 tb Exp $
+#      $OpenBSD: Makefile,v 1.7 2022/12/03 09:59:19 tb Exp $
 
-.include "../../Makefile.inc"
-
-PROG=  rfc3779
-LDADD= -lcrypto
-DPADD= ${LIBCRYPTO}
-WARNINGS=      Yes
-CFLAGS+=       -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
+PROG =         rfc3779
+LDADD =                -lcrypto
+DPADD =                ${LIBCRYPTO}
+WARNINGS =     Yes
+CFLAGS +=      -Werror
 
 .include <bsd.regress.mk>