diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
commit | 9eca9d9c3be542fb7d2775295de32351162caa11 (patch) | |
tree | 8ea5523580a991921ed044fb2bb0b5823486f85c /emulators/linux-vmware-toolbox5 | |
parent | 08401ab584679ba575474618aea9ae870cf34d1a (diff) | |
download | freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.gz freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.zst freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'emulators/linux-vmware-toolbox5')
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index 77d0cb092888..47b46ce3cc07 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -39,11 +39,7 @@ BUILD_VER= 19175 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -MOUNT_DEV?= /dev/acd0c -.else MOUNT_DEV?= /dev/acd0 -.endif MOUNT_PT?= /mnt MOUNT= /sbin/mount UMOUNT= /sbin/umount |