xref: /csrg-svn/old/libndbm/Makefile (revision 46497)
1*46497Sbostic#	@(#)Makefile	5.10 (Berkeley) 02/21/91
241619Sbostic
341619SbosticLIB=	dbm
4*46497SbosticCFLAGS+=-I${.CURDIR}
5*46497SbosticSRCS=	dbm.c ndbm.c
6*46497SbosticMAN3=	dbm.0 ndbm.0
741619SbosticMLINKS+=dbm.3 dbminit.3 dbm.3 delete.3 dbm.3 fetch.3 dbm.3 firstkey.3 \
841619Sbostic	dbm.3 nextkey.3 dbm.3 store.3
9*46497SbosticMLINKS+=ndbm.3 dbm_clearerr.3 ndbm.3 dbm_close.3 ndbm.3 dbm_delete.3 \
10*46497Sbostic	ndbm.3 dbm_error.3 ndbm.3 dbm_fetch.3 ndbm.3 dbm_firstkey.3 \
11*46497Sbostic	ndbm.3 dbm_nextkey.3 ndbm.3 dbm_open.3 ndbm.3 dbm_store.3
1223761Skre
1341619Sbosticbeforeinstall:
1441619Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m ${MANMODE} ${.CURDIR}/dbm.h \
1541619Sbostic	    ${DESTDIR}/usr/include/dbm.h
1623761Skre
1741619Sbostic.include <bsd.lib.mk>
18