From bc9959c25e9f22ae73a34ac6c4c9cd9cae8ebeca Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 15 Jun 2025 17:35:26 -0400 Subject: usr.bin: Add beep command Signed-off-by: Ian Moffett --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 779aacd..5722fd3 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -11,3 +11,4 @@ all: make -C kfgwm/ $(ARGS) make -C time/ $(ARGS) make -C mex/ $(ARGS) + make -C beep/ $(ARGS) -- cgit v1.2.3