mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
2b42644bb2
Obtained from: OpenBSD Approved by: des (mentor)
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
dnl $FreeBSD$
|
|
patsubst(`string with a + to replace with a minus', `+', `minus')
|
|
patsubst(`string with aaaaa to replace with a b', `a+', `b')
|
|
patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
|