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>
|