Added version

This commit is contained in:
Ben Gras 2005-09-12 11:43:30 +00:00
parent 3cfb1df639
commit a70cf304ec
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,7 @@ usr: \
/usr/bin/spell \
/usr/bin/srccrc \
/usr/bin/svclog \
/usr/bin/version \
/usr/bin/whatis \
/usr/bin/apropos \
/usr/bin/whereis \
@ -133,6 +134,9 @@ clean:
/usr/bin/svclog: svclog.sh
install -m 755 -c -o bin $? $@
/usr/bin/version: version.sh
install -m 755 -c -o bin $? $@
/usr/bin/whatis: whatis.sh
install -m 755 -c -o bin $? $@

View file

@ -0,0 +1,2 @@
#!/bin/sh
cat /etc/version