No empty .Rs/.Re
[netbsd-mini2440.git] / regress / lib / libc / atexit / Makefile
blob48c7de41755a38acf84931678c35ec70f1de50ba
1 # $NetBSD$
3 NOMAN= # defined
5 PROG= atexit
7 CLEANFILES+= output
9 regress: ${PROG}
10 ./${PROG} > output
11 if cmp ${.CURDIR}/expected output; then \
12 echo PASSED; \
13 else \
14 echo FAILED; exit 1; \
17 .include <bsd.prog.mk>