mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
|
PROG= beep
|
|
MAN= beep.1
|
|
|
|
LDFLAGS= -lm
|
|
|
|
.include <bsd.prog.mk>
|