Unbreak the build of smbfs.ko.

Reviewed by:	sheldonh
This commit is contained in:
Maxime Henrion 2002-03-18 13:06:57 +00:00
parent 708d714ed7
commit a272b5d2cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92581

View file

@ -1,6 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../crypto/des \
${.CURDIR}/../../crypto/des/arch/${MACHINE_ARCH} \
${.CURDIR}/../../kern \
${.CURDIR}/../../libkern \
${.CURDIR}/../../netsmb \
@ -22,6 +23,11 @@ NETSMBCRYPTO=yes
.if defined(NETSMBCRYPTO)
SRCS+= des_ecb.c des_setkey.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= des_enc.S
.else
SRCS+= des_enc.c
.endif
.endif
# Build with IPX support (1|0)