diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
| commit | 0986ab12e44caea472245845f9a89ced4f137d73 (patch) | |
| tree | 0ae0c2be63f9f9161693789721b96beb9cabcc77 /lib/libbluetooth/Makefile | |
| parent | 907d8667501d77122c9b7016fc907f842f263bb7 (diff) | |
Notes
Diffstat (limited to 'lib/libbluetooth/Makefile')
| -rw-r--r-- | lib/libbluetooth/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile new file mode 100644 index 000000000000..becd41b8dafc --- /dev/null +++ b/lib/libbluetooth/Makefile @@ -0,0 +1,30 @@ +# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ +# $FreeBSD$ + +LIB= bluetooth +MAN= bluetooth.3 + +WARNS?= 2 +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys + +SHLIB_MAJOR= 1 + +SRCS= bluetooth.c +INCS= bluetooth.h + +MLINKS+= bluetooth.3 bt_gethostbyname.3 +MLINKS+= bluetooth.3 bt_gethostbyaddr.3 +MLINKS+= bluetooth.3 bt_gethostent.3 +MLINKS+= bluetooth.3 bt_sethostent.3 +MLINKS+= bluetooth.3 bt_endhostent.3 + +MLINKS+= bluetooth.3 bt_getprotobyname.3 +MLINKS+= bluetooth.3 bt_getprotobynumber.3 +MLINKS+= bluetooth.3 bt_getprotoent.3 +MLINKS+= bluetooth.3 bt_setprotoent.3 +MLINKS+= bluetooth.3 bt_endprotoent.3 + +MLINKS+= bluetooth.3 bt_ntoa.3 +MLINKS+= bluetooth.3 bt_aton.3 + +.include <bsd.lib.mk> |
