$NetBSD: patch-Makefile.in,v 1.2 2025/02/13 19:43:02 rillig Exp $ Add utmp-netbsd.c (created in patch-am) and utmp-netbsd.o. Setting the setuid bit is handled by the package Makefile. Don't try to leave "screen.old" behind on install. --- Makefile.in.orig 2025-01-09 19:50:00.054935679 +0000 +++ Makefile.in @@ -54,7 +54,7 @@ CFILES= screen.c \ layout.c list_display.c list_generic.c list_license.o list_window.c logfile.c mark.c \ misc.c process.c pty.c resize.c sched.c search.c socket.c telnet.c \ term.c termcap.c tty.c utmp.c viewport.c window.c winmsg.c \ - winmsgbuf.c winmsgcond.c + winmsgbuf.c winmsgcond.c utmp-netbsd.c OFILES=$(CFILES:c=o) TESTCFILES := $(wildcard tests/test-*.c)