diff options
-rw-r--r-- | lib/libisc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile index 19fe76a..ca4d267 100644 --- a/lib/libisc/Makefile +++ b/lib/libisc/Makefile @@ -135,5 +135,6 @@ MLINKS+= assertions.3 ENSURE.3 \ sed -e 's/@INDOT@//g' \ -e 's/@SYSCALL_EXT@/2/g' \ -e 's/@SYS_OPS_EXT@/8/g' \ + -e 's/^.Fd #include .*heap.h.*/.Fd #include <isc\/heap.h>/' \ < ${.ALLSRC} > ${.TARGET} |