diff options
| author | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
| commit | 43147845209873b0776bd75d363913fe25611f49 (patch) | |
| tree | ab3295c30664476d8d05b0fe5fe9ace702ade5ea /runlevels.Linux/Makefile | |
| parent | 2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff) | |
| download | openrc-43147845209873b0776bd75d363913fe25611f49.tar.xz | |
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'runlevels.Linux/Makefile')
| -rw-r--r-- | runlevels.Linux/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/runlevels.Linux/Makefile b/runlevels.Linux/Makefile index 73a0acbe..8271bb56 100644 --- a/runlevels.Linux/Makefile +++ b/runlevels.Linux/Makefile @@ -1,7 +1,5 @@ -BOOT = consolefont keymaps modules net.lo procfs -DEFAULT = hdparm +BOOT= consolefont keymaps modules net.lo procfs +DEFAULT= hdparm -TOPDIR = .. -include $(TOPDIR)/runlevels.mk - -# vim: set ts=4 : +MK= ../mk +include ${MK}/runlevels.mk |
