blob: a6884a8619cd89bc0814f9dfea34421e741246f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:43 avsm Exp $
PROG=dtors
REGRESS_TARGETS=dtor-exit dtor-return
dtor-exit: dtors
./dtors
dtor-return: dtors
./dtors -f
.include <bsd.regress.mk>
|