You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
301 B
5 lines
301 B
# Samba configuration files
|
|
TARGET_SAMBA_FILES = $(patsubst other/samba/%, $(TARGET_CHROOT)/etc/quadlets/samba/smb.conf.d/%, $(wildcard other/samba/*))
|
|
TARGET_EXAMPLE_FILES += $(TARGET_SAMBA_FILES)
|
|
$(TARGET_CHROOT)/etc/quadlets/samba/smb.conf.d/%: other/samba/%
|
|
install -m 0644 -o root -g root $< $@
|
|
|