--- Makefile.old Fri Aug 12 15:21:37 2005 +++ Makefile Fri Aug 12 15:12:43 2005 @@ -173,6 +173,7 @@ ${_nwfs} \ ${_oltr} \ ${_osf1} \ + ${_padlock} \ patm \ ${_pccard} \ ${_pcfclock} \ @@ -394,6 +395,11 @@ _ips= ips _mly= mly _nve= nve +.if !defined(NO_CRYPT) || defined(ALL_MODULES) +.if exists(${.CURDIR}/../crypto/via) +_padlock= padlock +.endif +.endif _s3= s3 _twa= twa _vesa= vesa