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:
parent
bd7c104abf
commit
b749a1b999
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user