6 lines
115 B
Makefile
6 lines
115 B
Makefile
DIR = /etc/conf.d
|
|
FILES_NOEXIST = $(filter-out Makefile,$(wildcard *))
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/default.mk
|