diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 15:01:10 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 15:01:10 +0000 |
commit | 107c796e794b543853cd1ce48cd739c83275d3b3 (patch) | |
tree | 1a418ddce3d1b6596c2bf01f1eae9a5e11e5ef57 /networking | |
parent | 9f2f8540c5f48323a9a4085c8b9dbba63ec5a760 (diff) | |
download | busybox-107c796e794b543853cd1ce48cd739c83275d3b3.tar.gz |
Recovery from previous commit
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Makefile b/networking/Makefile index bc110eefc..4dd0cdb56 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 |