diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-14 23:02:19 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-14 23:02:19 +0000 |
| commit | ca987d4641cdcd7f27e153db17c5bf064934faf5 (patch) | |
| tree | 6c3860e3ba8949be9528d644fbb7fa88d8bbbb79 /stand/userboot/Makefile | |
| parent | 6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff) | |
Notes
Diffstat (limited to 'stand/userboot/Makefile')
| -rw-r--r-- | stand/userboot/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stand/userboot/Makefile b/stand/userboot/Makefile new file mode 100644 index 000000000000..0a53a217dc15 --- /dev/null +++ b/stand/userboot/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +SUBDIR= test userboot + +.include <bsd.subdir.mk> + |
