diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-28 08:20:51 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-28 08:20:51 +0000 |
| commit | c9470efed76bf81d8c32f719aeba489136a38ab3 (patch) | |
| tree | 96796275aa2e331152aab770d758bd3160c5576f /share | |
| parent | a92b124dc9ae1a4f5081680fa5044019abc7f9dd (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/examples/tests/tests/atf/Makefile | 6 | ||||
| -rw-r--r-- | share/examples/tests/tests/plain/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/share/examples/tests/tests/atf/Makefile b/share/examples/tests/tests/atf/Makefile index c846d67aeadb..20152b11f169 100644 --- a/share/examples/tests/tests/atf/Makefile +++ b/share/examples/tests/tests/atf/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include <bsd.own.mk> - # The release package to use for the tests contained within the directory # # This applies to components which rely on ^/projects/release-pkg support @@ -33,10 +31,10 @@ ATF_TESTS_SH= cp_test # definitions from above. KYUAFILE= yes -# Install file1 and file2 as files via bsd.prog.mk. Please note the intentional +# Install file1 and file2 as files via bsd.progs.mk. Please note the intentional # ${PACKAGE} namespace of files. # -# The basic semantics of this are the same as FILES in bsd.prog.mk, e.g. the +# The basic semantics of this are the same as FILES in bsd.progs.mk, e.g. the # installation of the files can be manipulated via ${PACKAGE}FILESDIR, # ${PACKAGE}FILESMODE, etc. # diff --git a/share/examples/tests/tests/plain/Makefile b/share/examples/tests/tests/plain/Makefile index d9807aa46a7d..be6312778132 100644 --- a/share/examples/tests/tests/plain/Makefile +++ b/share/examples/tests/tests/plain/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include <bsd.own.mk> - # The release package to use for the tests contained within the directory # # This applies to components which rely on ^/projects/release-pkg support @@ -33,10 +31,10 @@ PLAIN_TESTS_SH= cp_test # definitions from above. KYUAFILE= yes -# Install file1 and file2 as files via bsd.prog.mk. Please note the intentional +# Install file1 and file2 as files via bsd.progs.mk. Please note the intentional # ${PACKAGE} namespace of files. # -# The basic semantics of this are the same as FILES in bsd.prog.mk, e.g. the +# The basic semantics of this are the same as FILES in bsd.progs.mk, e.g. the # installation of the files can be manipulated via ${PACKAGE}FILESDIR, # ${PACKAGE}FILESMODE, etc. # |
