diff options
Diffstat (limited to 'etc.Linux/Makefile')
-rw-r--r-- | etc.Linux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile index ad04fec9..77a782ab 100644 --- a/etc.Linux/Makefile +++ b/etc.Linux/Makefile @@ -1,5 +1,5 @@ -DIR = /etc -CONF_APPEND = rc.conf +DIR= /etc +CONF_APPEND= rc.conf -TOPDIR = .. -include $(TOPDIR)/default.mk +MK= ../mk +include ${MK}/scripts.mk |