CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/08 16:06:49
Modified files:
regress/usr.sbin/rpki-client: Makefile
regress/usr.sbin/rpki-client/openssl11: Makefile
Log message:
Pull OpenSSL test into the Makefile using it to avoid it on "make obj"
This way a top-down "make obj" does nothing but symlink creation and "make"
or "make regress" still does the eopenssl11 check at the very end.
This is how the rest of the regress suite does it, e.g. sys/netinet/pmtu.
OK tb
