From b749a1b9993e00751ccf237c430800a95900057f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 16 Aug 2018 19:48:07 +0000 Subject: [PATCH] Fix build after r337852: Don't rebuild moduli based on unrelated moduli.c Reported by: many, delphij (moduli.c issue) --- secure/usr.sbin/sshd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 48c8df41bcac..3ea4c2284650 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -28,6 +28,9 @@ MAN= sshd.8 sshd_config.5 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h +# Don't rebuild based on moduli.c +moduli: .MADE + # pam should always happen before ssh here for static linking LIBADD= pam ssh util