Deleted Added
full compact
Makefile (195767) Makefile (201381)
1# $FreeBSD: head/lib/libngatm/Makefile 195767 2009-07-19 17:25:24Z kensmith $
1# $FreeBSD: head/lib/libngatm/Makefile 201381 2010-01-02 09:58:07Z ed $
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5LIB= ngatm
6SHLIB_MAJOR= 4
7MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5LIB= ngatm
6SHLIB_MAJOR= 4
7MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3
8WARNS?= 6
9
10# source of the library lives in contrib
11SDIR= ${.CURDIR}/../../sys
12CTRB= ${.CURDIR}/../../contrib/ngatm
13LIBBASE= ${SDIR}/contrib/ngatm
14
15CFLAGS+= -I${LIBBASE} -I${.OBJDIR} -I${CTRB}/libngatm
16# CFLAGS+= -DSSCOP_DEBUG -DSSCFU_DEBUG -DUNI_DEBUG -DCCATM_DEBUG

--- 38 unchanged lines hidden ---
8
9# source of the library lives in contrib
10SDIR= ${.CURDIR}/../../sys
11CTRB= ${.CURDIR}/../../contrib/ngatm
12LIBBASE= ${SDIR}/contrib/ngatm
13
14CFLAGS+= -I${LIBBASE} -I${.OBJDIR} -I${CTRB}/libngatm
15# CFLAGS+= -DSSCOP_DEBUG -DSSCFU_DEBUG -DUNI_DEBUG -DCCATM_DEBUG

--- 38 unchanged lines hidden ---