Fix build after r337852: Don't rebuild moduli based on unrelated moduli.c

Reported by:	many, delphij (moduli.c issue)
This commit is contained in:
Bryan Drewery 2018-08-16 19:48:07 +00:00
parent bd7c104abf
commit b749a1b999
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337928

View File

@ -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