[Midnightbsd-cvs] src [10658] trunk/lib/libngatm/Makefile: fix paths
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 15:27:13 EDT 2018
Revision: 10658
http://svnweb.midnightbsd.org/src/?rev=10658
Author: laffer1
Date: 2018-06-09 15:27:12 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
fix paths
Modified Paths:
--------------
trunk/lib/libngatm/Makefile
Modified: trunk/lib/libngatm/Makefile
===================================================================
--- trunk/lib/libngatm/Makefile 2018-06-09 19:26:33 UTC (rev 10657)
+++ trunk/lib/libngatm/Makefile 2018-06-09 19:27:12 UTC (rev 10658)
@@ -1,16 +1,15 @@
-# $FreeBSD: src/lib/libngatm/Makefile,v 1.7 2007/05/21 02:49:05 deischen Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libngatm/Makefile 313615 2017-02-11 06:50:25Z ngie $
#
# Author: Harti Brandt <harti at freebsd.org>
#
LIB= ngatm
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3
-WARNS?= 6
-CSTD= c89
# source of the library lives in contrib
-SDIR= ${.CURDIR}/../../sys
-CTRB= ${.CURDIR}/../../contrib/ngatm
+SDIR= ${SRCTOP}/sys
+CTRB= ${SRCTOP}/contrib/ngatm
LIBBASE= ${SDIR}/contrib/ngatm
CFLAGS+= -I${LIBBASE} -I${.OBJDIR} -I${CTRB}/libngatm
More information about the Midnightbsd-cvs
mailing list