Skip to content

Commit

Permalink
Fix make install and build with .OBJDIR defined
Browse files Browse the repository at this point in the history
  • Loading branch information
glk committed Nov 24, 2011
1 parent 30b803e commit a1318b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mount_fusefs/Makefile
Expand Up @@ -5,9 +5,11 @@ SRCS= mount_fusefs.c getmntopts.c
MAN8= mount_fusefs.8
NO_MANCOMPRESS?= yes

BINDIR?= /usr/sbin

# mount_fusefs needs mntopts.h and getmntopts.c from src/sbin/mount/
MOUNT?= /usr/src/sbin/mount
CFLAGS+= -I${MOUNT} -I../fuse
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../fuse
.PATH: ${MOUNT}

.include <bsd.prog.mk>

0 comments on commit a1318b2

Please sign in to comment.