Diffs to convert sup(386bsd version) to mips (hostname=tartufo) By Julian H. Stacey 58c58,59 < CFLAGS = ${DEFS} -O -I. --- > CFLAGS = ${DEFS} -O -I. -systype bsd43 -DNEED_VSNPRINTF -UHAS_DAEMON > LDLAGS = ${DEFS} -O -I. -systype bsd43 74,76c75,77 < .if exists(/usr/lib/libcrypt.a) && exists(${.CURDIR}/crypt/crypt.c) && !defined(EXPORTABLE_SYSTEM) < USE_CRYPT = yes < .endif --- > # .if exists(/usr/lib/libcrypt.a) && exists(${.CURDIR}/crypt/crypt.c) && !defined(EXPORTABLE_SYSTEM) > # USE_CRYPT = yes > # .endif 78,82c79,83 < .if defined(USE_CRYPT) < NETBSD_LIBS = -lcrypt -lutil < .else < NETBSD_LIBS = -lutil < .endif --- > # .if defined(USE_CRYPT) > #NETBSD_LIBS = -lcrypt -lutil > # .else > #NETBSD_LIBS = -lutil > # .endif 93,96c94,97 < .if defined(USE_CRYPT) < @echo "WARNING: You have built a NON-exportable version of sup because it uses crypt()!" < @echo " To build a crypt-clean version define EXPORTABLE_SYSTEM=true and make." < .endif --- > # .if defined(USE_CRYPT) > #@echo "WARNING: You have built a NON-exportable version of sup because it uses crypt()!" > #@echo " To build a crypt-clean version define EXPORTABLE_SYSTEM=true and make." > # .endif 120,122c121,123 < .if defined(USE_CRYPT) < ed - crypt/crypt.c < crypt.diffs < .else --- > # .if defined(USE_CRYPT) > #ed - crypt/crypt.c < crypt.diffs > # .else 125c126 < .endif --- > # .endif