summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-01-29 09:28:17 -0500
committerJune McEnroe <june@causal.agency>2018-01-29 09:28:17 -0500
commita8caf2c0c85d901ae398b103fa84f790ef6d3be4 (patch)
tree4b7acf533f9331c1599ac5b79d0f0d14fefeafef
parentAdd init function to fb interface (diff)
downloadsrc-a8caf2c0c85d901ae398b103fa84f790ef6d3be4.tar.gz
src-a8caf2c0c85d901ae398b103fa84f790ef6d3be4.zip
Add setuid target for bri
Diffstat (limited to '')
-rw-r--r--bin/Makefile6
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
light'> 2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe