mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
7 lines
No EOL
100 B
Makefile
7 lines
No EOL
100 B
Makefile
stubedit:
|
|
${CC} -o stubedit stubedit.c
|
|
|
|
stubify:
|
|
${CC} -o stubify stubify.c
|
|
|
|
all: stubedit stubify |