8 lines
165 B
Makefile
8 lines
165 B
Makefile
|
DIR = /etc/conf.d
|
||
|
FILES = net.example wireless.example
|
||
|
FILES_APPEND = clock rc
|
||
|
FILES_NOEXIST = consolefont keymaps volumes
|
||
|
|
||
|
TOPDIR = ..
|
||
|
include $(TOPDIR)/default.mk
|