Makefile.inc revision 21673
1#	$FreeBSD: head/secure/Makefile.inc 21673 1997-01-14 07:20:47Z jkh $
2
3DISTRIBUTION=des
4
5.if exists(${.CURDIR}/../../lib/libcrypt/obj)
6CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
7.else
8CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
9.endif
10