Sync usage with man page.
[netbsd-mini2440.git] / tests / modules / Makefile
blob4e54da212c4fe90548e556a969e6cce624790075
1 # $NetBSD: Makefile,v 1.3 2008/05/01 15:38:17 jmmv Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/modules
7 # Ideally this test could be in the parent Makefile, which could not descend
8 # into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file
9 # creates the 'modules' subdirectory unconditionally, which if left empty
10 # will confuse atf-run. Therefore we must install, at the very least, the
11 # Atffile into it.
12 TESTS_C= t_modctl
13 LDADD= -lprop
15 TESTS_SH= t_modload
17 SUBDIR= k_helper
19 .include <bsd.subdir.mk>
20 .include <bsd.test.mk>