* Use id(1) instead of grep(1) to detect the presence of the smmsp
[dragonfly.git] / lib / libcr / db / Makefile.inc
1 #       from @(#)Makefile.inc   8.2 (Berkeley) 2/21/94
2 # $FreeBSD: src/lib/libc/db/Makefile.inc,v 1.3 1999/08/27 23:58:15 peter Exp $
3 # $DragonFly: src/lib/libcr/db/Attic/Makefile.inc,v 1.3 2003/07/24 21:41:46 dillon Exp $
4 #
5 CFLAGS+=-D__DBINTERFACE_PRIVATE
6
7 .include "${.CURDIR}/../libcr/db/btree/Makefile.inc"
8 .include "${.CURDIR}/../libcr/db/db/Makefile.inc"
9 .include "${.CURDIR}/../libcr/db/hash/Makefile.inc"
10 .include "${.CURDIR}/../libcr/db/man/Makefile.inc"
11 .include "${.CURDIR}/../libcr/db/mpool/Makefile.inc"
12 .include "${.CURDIR}/../libcr/db/recno/Makefile.inc"