5fc5c0cd3b
NOMAN is no longer required when a man page is not yet present. Submitted by: ru
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>
|