summaryrefslogtreecommitdiff
path: root/cmdline/makefile
blob: 65139c03203258fe0469ee74febd7277fbbeb59a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- make -*-
BASE=..
SUBDIR=cmdline

# Bring in the default rules
include ../buildlib/defaults.mak

# The apt-cache program
PROGRAM=apt-cache
SLIBS = -lapt-pkg 
SOURCE = apt-cache.cc
include $(PROGRAM_H)

# The apt-config program
PROGRAM=apt-get
SLIBS = -lapt-pkg 
SOURCE = apt-get.cc
include $(PROGRAM_H)