Magellan Linux

Annotation of /trunk/openssl-c_rehash/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2878 - (hide annotations) (download)
Wed Jul 29 07:46:29 2015 UTC (8 years, 9 months ago) by niro
File size: 206 byte(s)
-added Makefile and make-tarball.sh script
1 niro 2878 VERSION=$(shell cat VERSION)
2    
3     PREFIX = /usr
4     bindir = $(PREFIX)/bin
5    
6     all:
7    
8     check: all
9    
10     install: all
11     install -d $(DESTDIR)/$(bindir)
12     install -m 755 openssl-c_rehash.sh $(DESTDIR)/$(bindir)/c_rehash
13    
14     clean: