CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/16 10:59:53
Modified files:
regress/sys/netinet/ipsec: Makefile
regress/sys/netinet/pmtu: Makefile
Log message:
Make sure these tests print "SKIPPED" if the necessary variables aren't set.
The current code doesn't work since the magic .BEGIN target runs before
the regress target that prints "SKIPPED" and the .BEGIN target fails when
the variables aren't set.
ok bluhm@
