summaryrefslogtreecommitdiff
path: root/devel/libgpc/files/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgpc/files/BSDmakefile')
-rw-r--r--devel/libgpc/files/BSDmakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/libgpc/files/BSDmakefile b/devel/libgpc/files/BSDmakefile
deleted file mode 100644
index 335dd569f9f2..000000000000
--- a/devel/libgpc/files/BSDmakefile
+++ /dev/null
@@ -1,13 +0,0 @@
-LIB= gpc
-MK_PROFILE= no
-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>