9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= ugidfw
|
|
SHLIB_MAJOR= 1
|
|
SRCS= ugidfw.c
|
|
INCS= ugidfw.h
|
|
|
|
.include <bsd.lib.mk>
|