diff options
| author | R. Imura <imura@FreeBSD.org> | 2005-09-19 08:13:43 +0000 |
|---|---|---|
| committer | R. Imura <imura@FreeBSD.org> | 2005-09-19 08:13:43 +0000 |
| commit | 59fa7082988389cfb6f147aa404bfe4abad3252e (patch) | |
| tree | fdebae49ab227574486ca118700dff7abf3629f6 /usr.sbin | |
| parent | bb6275a869899c7bebf6699a24e106c3e6b1eb29 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 46173c30812d5..cf94b9fbe4a83 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -343,6 +343,10 @@ _pppctl= pppctl _zzz= zzz .endif +.if ${MACHINE_ARCH} == "powerpc" +_mount_smbfs= mount_smbfs +.endif + .if ${MACHINE_ARCH} == "sparc64" _eeprom= eeprom _ofwdump= ofwdump |
