diff --git a/Makefile b/Makefile index edfa7687e..22cffa0c2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all: mount: - mount_unionfs ${.CURDIR}/src /usr/local + /sbin/mount_unionfs ${.CURDIR}/src /usr/local umount: - umount -f ":${.CURDIR}/src" + /sbin/umount -f ":${.CURDIR}/src" install: # hardcode package meta files to catch mishaps