mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
PLAIN=hello_world
|
|
DQUOT="hello world"
|
|
SQUOT='hello world'
|
|
DELIM=hello, world
|
|
EVIL1=h\ello \0\0\0 \\\"\' foo && bar
|