summaryrefslogtreecommitdiff
path: root/dselect/makefile
blob: c2059f92ac1b4d58af32473fef67e5682979cc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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
TARGET = program
include $(COPY_H)

LOCAL = dselect
SOURCE = install update
TYPE = sh
include $(PODOMAIN_H)