mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
# $NetBSD: spec,v 1.1.1.1 2005/05/08 09:51:26 jlam Exp $
|
|
|
|
MAKEARGS_TEST=regress # target to invoke for regression tests
|
|
MAKEARGS_CLEAN=clean # need to remove work directory afterwards
|
|
|
|
check_result()
|
|
{
|
|
exit_status 0
|
|
}
|