diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:26:05 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:26:05 +0000 |
commit | 0d2fb76c11be8d9902bca7a62d4d66f1df314fa0 (patch) | |
tree | 9dee29939c91e2e4c45efa7e4f4098fca423947e /networking/Makefile | |
parent | 95ebf618b78814ef250bf40737816784cdaef74d (diff) |
Modify applets to use libunarchive
Diffstat (limited to 'networking/Makefile')
-rw-r--r-- | networking/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Makefile b/networking/Makefile index 4dd0cdb56..bc110eefc 100644 --- a/networking/Makefile +++ b/networking/Makefile @@ -24,7 +24,7 @@ obj-y := obj-n := obj- := - +obj-$(CONFIG_APT_GET) += apt_get.o obj-$(CONFIG_HOSTNAME) += hostname.o obj-$(CONFIG_IFCONFIG) += ifconfig.o obj-$(CONFIG_NC) += nc.o |