Makefile revision 104073
1# $FreeBSD: head/lib/libugidfw/Makefile 104073 2002-09-28 00:25:32Z peter $
2
3LIB=		ugidfw
4SHLIB_MAJOR=	1
5SRCS=		ugidfw.c
6INCS=		ugidfw.h
7
8.include <bsd.lib.mk>
9