1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/secure/libexec/Makefile
Dag-Erling Smørgrav b911c45c24 Revert r204939
2010-03-10 11:33:15 +00:00

11 lines
153 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
.endif
.include <bsd.subdir.mk>