1# 2# Tests for whether environ and __progname are set correctly for 3# shared library constructors and whether changes made to environ 4# are seen by main() 5# 6 7SUBDIR=libaa prog 8 9.include <bsd.subdir.mk> 10