blob: cdc802864f49c0a2af9cc9c08d35646a7539b70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- 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)
LOCAL = dselect
SOURCE = install update
TYPE = sh
include $(PODOMAIN_H)
|