diff options
Diffstat (limited to 'runlevels.FreeBSD/Makefile')
-rw-r--r-- | runlevels.FreeBSD/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runlevels.FreeBSD/Makefile b/runlevels.FreeBSD/Makefile new file mode 100644 index 00000000..f258ba9a --- /dev/null +++ b/runlevels.FreeBSD/Makefile @@ -0,0 +1,4 @@ +BOOT= dumpon hostid syscons + +MK= ../mk +include ${MK}/runlevels.mk |