mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add an example to encourage people to have a look at either
make(1) or /usr/ports/ports-mgmt/portconf for port-specific variables/options to compile a port. PR: docs/145655 Submitted by: Armin Pirkovitsch (armin at frozen dash zone dot org) Discussed with: dougb MFC after: 7 days
This commit is contained in:
parent
36bcf7c1fb
commit
49b96401be
1 changed files with 11 additions and 0 deletions
|
|
@ -269,3 +269,14 @@
|
|||
# /etc/mail/Makefile. Defaults to 0640.
|
||||
#
|
||||
#SENDMAIL_MAP_PERMS=
|
||||
#
|
||||
#
|
||||
# It is also possible to set variables in make.conf which will only be
|
||||
# used when compiling a specific port. For more details see make(1).
|
||||
#
|
||||
#.if ${.CURDIR:M*/irc/irssi-devel*}
|
||||
#WITH_DEBUG=YES
|
||||
#.endif
|
||||
#
|
||||
# Another approach is to use /usr/ports/ports-mgmt/portconf which has
|
||||
# its own config file for port specific options.
|
||||
|
|
|
|||
Loading…
Reference in a new issue