From b5da03df9bd6be67c47730f7a866491cc91d303f Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 13 Aug 2004 18:41:51 +0000 Subject: Add yell, a little command line utility playing a short tune on your speaker device. I mainly use it to yell the "sysop" on a remote machine. It could also be used as a notification for finished tasks (eg. make buildworld && yell). PR: ports/70277 Submitted by: Emanuel Haupt --- audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/Makefile') diff --git a/audio/Makefile b/audio/Makefile index 10008ec2e396..f50c6cf3d34a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -465,6 +465,7 @@ SUBDIR += xwave SUBDIR += yammi SUBDIR += yamt + SUBDIR += yell SUBDIR += zinf .include -- cgit