Skip to content

Commit

Permalink
Fix missing pimd.8 man page installation on BSD.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 31, 2015
1 parent 4e895c6 commit b58a66a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ CFLAGS += -W -Wall -Werror -fno-strict-aliasing
LDLIBS = $(EXTRA_LIBS)
OBJS = $(IGMP_OBJS) $(ROUTER_OBJS) $(PIM_OBJS) $(DVMRP_OBJS) $(EXTRA_OBJS)
SRCS = $(OBJS:.o=.c)
DEPS = $(addprefix .,$(SRCS:.c=.d))
MANS = $(addsuffix .8,$(EXEC))
MANS = $(EXEC).8
DISTFILES = README.md README-config.md README.config.jp README-debug.md ChangeLog.org \
CONTRIBUTING.md CODE-OF-CONDUCT.md INSTALL.md LICENSE LICENSE.mrouted \
TODO.org CREDITS FAQ.md AUTHORS
Expand Down

0 comments on commit b58a66a

Please sign in to comment.