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