Updated Makefile to remove sulogin from Debian builds.

This program is now provided by another package and
dropping sulogin allows SysVinit to no longer rely on
libcrypt-dev.
This commit is contained in:
Jesse 2022-11-22 10:24:26 -04:00
parent 8e2174df8e
commit 356ad32394
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ endif
ifeq ($(DISTRO),Debian)
CPPFLAGS+= -DACCTON_OFF
SBIN += sulogin bootlogd
MAN8 += sulogin.8 bootlogd.8
SBIN += bootlogd
MAN8 += bootlogd.8
MANDB :=
endif