miniupnpd/Makefile.macosx: fix a typo

This commit is contained in:
Thomas BERNARD 2014-04-12 09:37:06 +02:00
parent 11e71207c8
commit 974692e7ac

View File

@ -5,7 +5,7 @@
#
# To compile with pf with OS X 10.7+, you need to specify
# path to XNU bsd sources :
# INCLUDES="-I.../xnu/bsd I.../xnu/libkern" make -f Makefile.macosx
# INCLUDES="-I.../xnu/bsd -I.../xnu/libkern" make -f Makefile.macosx
#
# To install use :
# $ PREFIX=/dummyinstalldir make -f Makefile.macosx install