Deleted Added
full compact
Makefile (244557) Makefile (298107)
1# $FreeBSD: head/lib/libnetbsd/Makefile 244557 2012-12-21 20:37:38Z brooks $
1# $FreeBSD: head/lib/libnetbsd/Makefile 298107 2016-04-16 07:45:30Z gjb $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5PACKAGE=lib${LIB}
5LIB= netbsd
6
7CFLAGS+= -I${.CURDIR}
8
9SRCS+= strsuftoll.c util.c util.h
10
11INTERNALLIB=
12
13.include <bsd.lib.mk>
6LIB= netbsd
7
8CFLAGS+= -I${.CURDIR}
9
10SRCS+= strsuftoll.c util.c util.h
11
12INTERNALLIB=
13
14.include <bsd.lib.mk>