opnsense-ports/sysutils/hilite/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

14 lines
162 B
Text

[
{ type: install
message: <<EOM
You might want to put something like
.if defined(HILITE)
CC= hilite cc
CXX= hilite c++
.endif
in your /etc/make.conf
EOM
}
]