alexh's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7e9152
)
libcrypt - install crypt.h header
author
Alex Hornung <ahornung@gmail.com>
Wed, 15 Dec 2010 11:37:21 +0000 (11:37 +0000)
committer
Alex Hornung <ahornung@gmail.com>
Wed, 15 Dec 2010 14:35:45 +0000 (14:35 +0000)
* Install the crypt.h header since some software (i.e. KDE) checks for
crypt.h to decide whether it needs to link against libcrypt to be able
to use crypt().
lib/libcrypt/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/lib/libcrypt/Makefile
b/lib/libcrypt/Makefile
index
20c2599
..
986a960
100644
(file)
--- a/
lib/libcrypt/Makefile
+++ b/
lib/libcrypt/Makefile
@@
-9,6
+9,7
@@
LIB= crypt
.PATH: ${.CURDIR}/../libmd
SRCS= crypt.c crypt-md5.c crypt-sha256.c crypt-sha512.c \
md5c.c sha256c.c sha512c.c misc.c
+INCS= crypt.h
WARNS?= 2
MAN= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3