rotate script

This commit is contained in:
Ben Gras
2005-08-12 13:28:37 +00:00
parent 48cb1bcb64
commit 483c78ad0a
2 changed files with 32 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ usr: \
/usr/bin/mkdep \
/usr/bin/mkdist \
/usr/bin/setup \
/usr/bin/rotate \
/usr/bin/floppysetup \
/usr/bin/spell \
/usr/bin/srccrc \
@@ -105,6 +106,9 @@ clean:
/usr/bin/floppysetup: floppysetup.sh
install -m 755 -c -o bin $? $@
/usr/bin/rotate: rotate.sh
install -m 755 -c -o bin $? $@
/usr/bin/setup: setup.sh
install -m 755 -c -o bin $? $@