# -*- 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)