DL_FILE = $(THISAPP).tar.bz2
DIR_APP = $(DIR_SRC)/$(THISAPP)
-ifneq "$(STAGE)" "base"
- CONFIGURE_ARGS = --with-libpam
- EXTRA_DEPS = pam
-else
- CONFIGURE_ARGS = --without-libpam
-endif
-
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
MAINTAINER =
SHORT_DESC = Utilities to deal with user accounts.
define LONG_DESC
- The shadow-utils package includes the necessary programs \
+ The shadow-utils package includes the necessary programs \
for converting UNIX password files to the shadow password \
- format, plus programs for managing user and group accounts.
+ format, plus programs for managing user and group accounts.
endef
+ifneq "$(STAGE)" "base"
+ CONFIGURE_ARGS = --with-libpam
+ EXTRA_DEPS = pam
+else
+ CONFIGURE_ARGS = --without-libpam
+endif
+
###############################################################################
# Top-level Rules
###############################################################################
install: $(OBJECT)
package:
+ifneq "$(STAGE)" "base"
@$(DO_PACKAGE)
+endif
$(objects):
@$(LOAD)