diff options
| author | Davide Italiano <davide@FreeBSD.org> | 2013-06-28 21:00:08 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@FreeBSD.org> | 2013-06-28 21:00:08 +0000 |
| commit | 237abf0c56afd2f4846230b70b42b4c3d02d2d19 (patch) | |
| tree | e1591b3e71dfbd12dfea7bc7669be4a10541da31 /rescue | |
| parent | bbc6d2c1af692549bb62ab4ce214c9b97c2fb040 (diff) | |
Notes
Diffstat (limited to 'rescue')
| -rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index caec928fee7e..80acf63bf0f0 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -130,6 +130,8 @@ CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz .if ${MACHINE_CPUARCH} == "i386" CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk CRUNCH_ALIAS_bsdlabel= disklabel +#CRUNCH_PROGS+= mount_smbfs +#CRUNCH_LIBS+= -lsmb .endif .if ${MACHINE} == "pc98" |
