aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpc/files/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgpc/files/BSDmakefile')
-rw-r--r--devel/libgpc/files/BSDmakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/libgpc/files/BSDmakefile b/devel/libgpc/files/BSDmakefile
deleted file mode 100644
index bdbe36692b60..000000000000
--- a/devel/libgpc/files/BSDmakefile
+++ /dev/null
@@ -1,14 +0,0 @@
-LIB= gpc
-NO_PROFILE= yes
-NOPROFILE= yes
-SHLIB_MAJOR= 2
-SHLIB_MINOR= 32
-
-SRCS= gpc.c
-INCS= gpc.h
-
-LIBDIR= ${PREFIX}/lib
-INCSDIR= ${PREFIX}/include
-WARNS?= 4 # level 5 trips over '-Wunused'
-
-.include <bsd.lib.mk>