mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Reviewed by: imp@, emaste@ and pstef@ Differential Revision: https://reviews.freebsd.org/D32672 MFC after: 1 week Sponsored by: NVIDIA Networking
8 lines
74 B
Makefile
8 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= beep
|
|
MAN= beep.1
|
|
|
|
LDFLAGS= -lm
|
|
|
|
.include <bsd.prog.mk>
|