Fix build (libperfuse is still not built by default, but time is coming)
This commit is contained in:
parent
ab0275b298
commit
f8934bcc9b
|
@ -1,10 +1,13 @@
|
|||
LIB= perfuse
|
||||
LIBDPLIBS+= puffs /usr/src/lib/libpuffs
|
||||
LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs
|
||||
|
||||
|
||||
PERFUSE_OPT_DEBUG_FLAGS= -g -DPERFUSE_DEBUG
|
||||
|
||||
CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
|
||||
CPPFLAGS+= -I${.CURDIR}
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libpuffs
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${ARCHDIR}
|
||||
SRCS= perfuse.c ops.c subr.c debug.c
|
||||
MAN= libperfuse.3
|
||||
WARNS= 4
|
||||
|
|
Loading…
Reference in New Issue