mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
13 lines
141 B
Makefile
13 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= devinfo
|
|
SRCS= devinfo.c
|
|
INCS= devinfo.h
|
|
MAN= devinfo.3
|
|
|
|
SHLIB_MAJOR= 6
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.lib.mk>
|