diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 1cd8a5e6..cdaf8ab6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -13,6 +13,10 @@ atch: dtch pbcopy pbpaste: pbd ln -f pbd $@ +setuid: bri + chown root bri + chmod u+s bri + color: color.o fb.o clean: @@ -27,4 +31,4 @@ unlink: .gitignore: Makefile echo $(BINS) | tr ' ' '\n' > .gitignore -.PHONY: all clean link unlink +.PHONY: all portable setuid clean link unlink |