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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337928
@ -28,6 +28,9 @@ MAN= sshd.8 sshd_config.5
|
|||||||
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
|
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
|
||||||
SRCS+= 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
|
# pam should always happen before ssh here for static linking
|
||||||
LIBADD= pam ssh util
|
LIBADD= pam ssh util
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user