2013-04-06 16:48:33 +02:00

12 lines
209 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/09/17 17:37:48 drochner Exp $
PROG_CXX= static_destructor
NOMAN= # defined
regress:
./${PROG} > out && diff out ${.CURDIR}/expected
CLEANFILES+= out
.include <bsd.prog.mk>