blob: 284e3ab7251c7b5b6aba7c2b3329d490b64ec208 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig 2016-04-16 07:45:30 UTC
+++ Makefile
@@ -6,7 +6,8 @@ SRCS= getdtablecount.c \
imsg-buffer.c \
imsg.c \
ohash.c
-INTERNALLIB=
+INCS= imsg.h ohash.h
+MAN= imsg_init.3 ohash_init.3 ohash_interval.3
CFLAGS+= -I${.CURDIR}
|