mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -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 |