freebsd-src/lib/libugidfw/Makefile
Robert Watson 5fc5c0cd3b De-gccize CFLAGS by removing it.
NOMAN is no longer required when a man page is not yet present.

Submitted by:	ru
2002-08-02 13:33:17 +00:00

10 lines
111 B
Makefile

# $FreeBSD$
LIB= ugidfw
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
SRCS= ugidfw.c
INCS= ugidfw.h
.include <bsd.lib.mk>