buildrootschalter/package/sudo/sudo.mk

18 lines
382 B
Makefile
Raw Normal View History

#############################################################
#
# sudo
#
#############################################################
SUDO_VERSION = 1.8.5p1
SUDO_SITE = http://www.sudo.ws/sudo/dist
SUDO_CONF_OPT = \
--without-lecture \
--without-sendmail \
--without-umask \
--with-logging=syslog \
--without-interfaces \
--without-pam
$(eval $(call AUTOTARGETS))