]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace unneeded manual dependency on header by adding it to SRCS.
authorbdrewery <bdrewery@FreeBSD.org>
Mon, 7 Dec 2015 16:08:09 +0000 (16:08 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Mon, 7 Dec 2015 16:08:09 +0000 (16:08 +0000)
commitb044b9943f02d36d3ba04086be5e2a60db9d35eb
tree6a1e5e2830d44ffda1dbf04bd3d32d8dcfd44c21
parent3f5871ee5c4b7f0abba0da12c9da6e34002dca8a
Replace unneeded manual dependency on header by adding it to SRCS.

bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if
there is not yet a depend file.  The headers in SRCS are never built or
installed.  After 'make depend' the header was already added as a proper
dependency on the objects where needed.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
13 files changed:
lib/libpam/modules/pam_ssh/Makefile
secure/lib/libssh/Makefile
secure/libexec/sftp-server/Makefile
secure/libexec/ssh-keysign/Makefile
secure/libexec/ssh-pkcs11-helper/Makefile
secure/usr.bin/scp/Makefile
secure/usr.bin/sftp/Makefile
secure/usr.bin/ssh-add/Makefile
secure/usr.bin/ssh-agent/Makefile
secure/usr.bin/ssh-keygen/Makefile
secure/usr.bin/ssh-keyscan/Makefile
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile