diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:39 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:39 +0000 |
commit | c3c459fc5ec635db7e6fa7cff97f4d954cd39fc9 (patch) | |
tree | 42cab59df861d917fb146d718d807ee97bd00ab3 /dselect | |
parent | 352c27685a2b9f3b5e0b9eb7b828af099fbdb934 (diff) |
Make improvements
Author: jgg
Date: 1998-11-23 23:17:45 GMT
Make improvements
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dselect/makefile b/dselect/makefile new file mode 100644 index 000000000..293b31b6a --- /dev/null +++ b/dselect/makefile @@ -0,0 +1,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) + |