projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
eipp: let apt make a plan, not make stuff plane
[apt.git]
/
dselect
/
makefile
1
# -*- make -*-
2
BASE=..
3
SUBDIR=dselect
4
5
# Bring in the default rules
6
include ../buildlib/defaults.mak
7
8
# DSelect interfacing directory
9
SOURCE = desc.apt install names setup update
10
TO = $(BUILD)/scripts/dselect
11
TARGET = program
12
include $(COPY_H)
13
14
# LOCAL = dselect
15
SOURCE = install update
16
TYPE = sh
17
include $(PODOMAIN_H)