Deleted Added
full compact
Makefile (148297) Makefile (169807)
1# $FreeBSD: head/lib/libngatm/Makefile 148297 2005-07-22 17:19:05Z kensmith $
1# $FreeBSD: head/lib/libngatm/Makefile 169807 2007-05-21 02:49:08Z deischen $
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5LIB= ngatm
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5LIB= ngatm
6SHLIB_MAJOR= 2
6SHLIB_MAJOR= 3
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

--- 40 unchanged lines hidden ---
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

--- 40 unchanged lines hidden ---