blob: 293b31b6a8f52e29baf21be0cd3ecdb38d7fef2f (
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)/dselect
include $(COPY_H)
|