Revert "mount_psshfs: Add a missing include dir to the Makefile."
[dragonfly.git] / usr.sbin / puffs / Makefile.inc
1 MOUNT=  ${.CURDIR}/../../../sbin/mount
2
3 .PATH:  ${MOUNT}
4
5 WARNS?= 2
6
7 CFLAGS+=-I${MOUNT} -I${.CURDIR}/../../../sys
8
9 LDADD=  -lpuffs
10 DPADD=  ${LIBPUFFS}
11
12 .include "${.CURDIR}/../../Makefile.inc"