xref: /freebsd/usr.bin/beep/Makefile (revision 81b22a98)
1# $FreeBSD$
2
3PROG=	beep
4MAN=	beep.1
5
6LDFLAGS= -lm
7
8.include <bsd.prog.mk>
9