d82f495687
If you need examples of breakage, I'm ready to provide more than a few.
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bdes
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|