mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
9 lines
74 B
Makefile
9 lines
74 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= beep
|
||
|
|
MAN= beep.1
|
||
|
|
|
||
|
|
LDFLAGS= -lm
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|