aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-07 00:43:15 +0300
committerCem Keylan <cem@ckyln.com>2020-03-07 00:43:15 +0300
commit2c4040656293a1e969bb01216ef2b3d5c26f225c (patch)
tree8dc4ac4d439c34b71166937d3905cdd01e26c346
parentdefbc312f9e5b00da65fddd7e92e4c51b6496bb7 (diff)
downloadinit-2c4040656293a1e969bb01216ef2b3d5c26f225c.tar.gz
remove dist and version
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index d9f1fe6..9a933be 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
PREFIX = /usr
INITDIR = ${PREFIX}/lib/init
-VERSION = 0.6.1
install:
mkdir -p ${DESTDIR}/etc
@@ -23,11 +22,3 @@ uninstall:
rm -f ${DESTDIR}${INITDIR}/rc.shutdown
rm -f ${DESTDIR}${INITDIR}/rc.lib
rm -f ${DESTDIR}${INITDIR}/README
-
-dist:
- mkdir -p init-${VERSION}
- cp LICENSE Makefile README rc.boot rc.conf rc.lib rc.local \
- rc.shutdown init-${VERSION}
- tar -cf init-${VERSION}.tar init-${VERSION}
- gzip init-${VERSION}.tar
- rm -rf init-${VERSION}