Magellan Linux

Annotation of /tags/openssl-c-rehash-1_6_0/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2881 - (hide annotations) (download)
Wed Jul 29 07:48:13 2015 UTC (8 years, 9 months ago) by niro
File size: 206 byte(s)
tagged 'openssl-c-rehash-1_6_0'
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: