Makefile (e1fe3dba5ce2826061f6489765be9b4a341736a9) | Makefile (c23e256eefa3a3fa4d991e28c9cad41c1bfef81b) |
---|---|
1# $FreeBSD$ 2 | 1# $FreeBSD$ 2 |
3.include <bsd.own.mk> 4 | |
5SUBDIR= | 3SUBDIR= |
6.if ${MK_OPENSSH} != "no" | 4.if !defined(NO_OPENSSH) |
7SUBDIR+=sshd 8.endif 9 10.include <bsd.subdir.mk> | 5SUBDIR+=sshd 6.endif 7 8.include <bsd.subdir.mk> |