freebsd-dev/lib/libnetbsd/Makefile
Glen Barber a70cba9582 First pass through library packaging.
Sponsored by:	The FreeBSD Foundation
2016-02-04 21:16:35 +00:00

15 lines
161 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PACKAGE=lib${LIB}
LIB= netbsd
CFLAGS+= -I${.CURDIR}
SRCS+= strsuftoll.c util.c util.h
INTERNALLIB=
.include <bsd.lib.mk>