mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 02:06:02 -04:00
12 lines
209 B
Makefile
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>
|