blob: f4a781e778e6c08433ab14d792090c0b34d16d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- make -*-
BASE=..
SUBDIR=dselect
# Bring in the default rules
include ../buildlib/defaults.mak
# DSelect interfacing directory
SOURCE = desc.apt install names setup update
TO = $(BUILD)/scripts/dselect
include $(COPY_H)
|