7 ATEXITDIR
= ${.CURDIR
}/..
/..
/libc
/atexit
10 # Note: this test relies on being dynamically linked. You will get a
11 # spurious PASS for a statically linked test.
19 if cmp
${ATEXITDIR}/expected output
; then \
22 echo FAILED
; exit
1; \
25 .
include <bsd.prog.mk
>