mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
20 lines
193 B
Makefile
20 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= proc
|
|
|
|
SRCS= \
|
|
proc_create.c \
|
|
proc_sym.c \
|
|
proc_util.c
|
|
|
|
INCS= libproc.h
|
|
|
|
CFLAGS+= -I. -I${.CURDIR}
|
|
|
|
SHLIB_MAJOR= 1
|
|
|
|
WARNS?= 6
|
|
|
|
WITHOUT_MAN= yes
|
|
|
|
.include <bsd.lib.mk>
|