Added missing DPADD and CLEANFILES.
This commit is contained in:
parent
26e7668052
commit
f091f0029a
@ -9,6 +9,7 @@ PROG= openssl
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
DPADD= ${LIBSSL} ${LIBCRYPTO}
|
||||
LDADD= -lssl -lcrypto
|
||||
MLINKS= openssl.1 ssl.8
|
||||
|
||||
@ -26,6 +27,8 @@ SRCS= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
|
||||
s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c \
|
||||
spkac.c verify.c version.c x509.o
|
||||
|
||||
CLEANFILES= openssl.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
|
||||
|
Loading…
x
Reference in New Issue
Block a user