mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= ugidfw
|
||
|
SHLIB_MAJOR= 1
|
||
|
SHLIB_MINOR= 0
|
||
|
SRCS= ugidfw.c
|
||
|
INCS= ugidfw.h
|
||
|
|
||
|
.include <bsd.lib.mk>
|