10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/11/14 21:10:46 nathanw Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= dlerror-cleared
|
|
|
|
regress:
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk> |