mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add the Makefile for the process library which was missed in the previous
commit.
This commit is contained in:
parent
2c633af461
commit
2acd18806c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179186
20
lib/libproc/Makefile
Normal file
20
lib/libproc/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $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>
|
Loading…
Reference in New Issue
Block a user