summaryrefslogtreecommitdiff
path: root/devel/got/files/openbsd-compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/openbsd-compat/Makefile')
-rw-r--r--devel/got/files/openbsd-compat/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/got/files/openbsd-compat/Makefile b/devel/got/files/openbsd-compat/Makefile
deleted file mode 100644
index ab835f0c4285..000000000000
--- a/devel/got/files/openbsd-compat/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-LIB= openbsd-compat
-INTERNALLIB=
-
-SRCS= freezero.c \
- getdtablecount.c \
- imsg.c \
- imsg-buffer.c \
- recallocarray.c \
- siphash.c
-
-CFLAGS+= -I${.CURDIR}
-
-.include <bsd.lib.mk>