diff options
Diffstat (limited to 'lib/libugidfw/Makefile')
-rw-r--r-- | lib/libugidfw/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libugidfw/Makefile b/lib/libugidfw/Makefile new file mode 100644 index 0000000..3b5f8e7 --- /dev/null +++ b/lib/libugidfw/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +LIB= ugidfw +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 +CFLAGS+= -Wall +SRCS= ugidfw.c +INCS= ugidfw.h +NOMAN= yes + +.include <bsd.lib.mk> |