]>
Commit | Line | Data |
---|---|---|
5b2abdfb | 1 | # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 |
59e0d9fe | 2 | # $FreeBSD: src/lib/libc/db/recno/Makefile.inc,v 1.4 2002/11/18 09:50:55 ru Exp $ |
5b2abdfb A |
3 | |
4 | .PATH: ${.CURDIR}/db/recno | |
5 | ||
59e0d9fe A |
6 | .include "Makefile.fbsd_begin" |
7 | FBSDMISRCS= rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c \ | |
5b2abdfb | 8 | rec_seq.c rec_utils.c |
59e0d9fe A |
9 | .for _src in ${FBSDMISRCS} |
10 | CFLAGS-${_src:R}-fbsd.${_src:E} += -D__DBINTERFACE_PRIVATE | |
11 | .endfor | |
12 | FBSDHDRS= recno.h | |
13 | .include "Makefile.fbsd_end" | |
14 | ||
15 | # need to rename extern.h to make it unique | |
224c7076 A |
16 | .ifmake autopatch |
17 | rec_extern.h: FreeBSD/extern.h _AUTOPATCHCUR | |
18 | AUTOPATCHHDRS+= rec_extern.h | |
19 | .endif # autopatch |