aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 01552d2f61f8e10494f1e20c9efb739d6a7d5a9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                           
LDFLAGS = -lcrypt
PREFIX := /usr/local

all : crypt

clean :
	rm -f crypt

install : crypt
	mkdir -p "$(PREFIX)"/bin "$(PREFIX)"/share/man/man1
	install crypt "$(PREFIX)"/bin
	install crypt.1 "$(PREFIX)"/share/man/man1