Deleted Added
full compact
Makefile (67053) Makefile (67502)
1# $FreeBSD: head/secure/usr.sbin/Makefile 67053 2000-10-13 03:21:37Z gshapiro $
1# $FreeBSD: head/secure/usr.sbin/Makefile 67502 2000-10-24 16:04:56Z gshapiro $
2
3SUBDIR=
4.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
5SUBDIR+=sshd
6.endif
7
2
3SUBDIR=
4.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
5SUBDIR+=sshd
6.endif
7
8.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL)
9SUBDIR+=sendmail
10.endif
11
12.include <bsd.subdir.mk>
8.include <bsd.subdir.mk>