Skip to content

Commit

Permalink
Makefile.linux: fix install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Sep 30, 2021
1 parent 5eecb80 commit a933c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniupnpd/Makefile.linux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $Id: Makefile.linux,v 1.95 2017/12/12 11:40:14 nanard Exp $
# MiniUPnP project
# (c) 2006-2020 Thomas Bernard
# (c) 2006-2021 Thomas Bernard
# http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
# Author : Thomas Bernard
# for use with GNU Make
Expand Down Expand Up @@ -131,7 +131,7 @@ clean:
$(RM) validateupnppermissions validategetifaddr validatessdppktgen
$(RM) -r dox/

install: miniupnpd $(SRCDIR)/miniupnpd.8 miniupnpd.conf \
install: miniupnpd $(SRCDIR)/miniupnpd.8 $(SRCDIR)/miniupnpd.conf \
$(NETFILTER_SCRIPTS) \
$(SRCDIR)/linux/miniupnpd.init.d.script
$(STRIP) miniupnpd
Expand Down

0 comments on commit a933c76

Please sign in to comment.