Makefile added

This commit is contained in:
Kolan Sh 2012-05-19 14:22:10 +04:00
parent e9494bafdb
commit b47d33de94
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
SHELL = /bin/sh
PREFIX = /usr
all:
install:
install -d /usr/sbin
install --mode=755 sbin/*.sh ${DESTDIR}/usr/sbin