Move shell descriptions to the config system
[oweals/busybox.git] / debianutils / Makefile.in
index 91887bda194f7c1283ae550c2f86c6495d1eb2ef..8ca05c73860700d89e0a8c7f522733a6994f1c6e 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,6 +27,7 @@ DEBIANUTILS-y:=
 DEBIANUTILS-$(CONFIG_MKTEMP)           += mktemp.o
 DEBIANUTILS-$(CONFIG_READLINK)         += readlink.o
 DEBIANUTILS-$(CONFIG_RUN_PARTS)                += run_parts.o
+DEBIANUTILS-$(CONFIG_START_STOP_DAEMON)        += start_stop_daemon.o
 DEBIANUTILS-$(CONFIG_WHICH)            += which.o
 
 libraries-y+=$(DEBIANUTILS_DIR)$(DEBIANUTILS_AR)