diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2003-06-17 08:43:19 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-17 08:43:19 +0000 |
| commit | 605d07fcea4c23f847ce5b02bcd19d0d6754b197 (patch) | |
| tree | cadcb89220f8092a8aa959b88bd82b8a9362d142 /lib/libisc | |
| parent | 3329c8935f18e4cb4ef84fc963d27118331e0986 (diff) | |
Notes
Diffstat (limited to 'lib/libisc')
| -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 19fe76af3c9b..ca4d267502be 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} |
