diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 23:37:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 23:37:46 +0000 |
| commit | 90f6678b64485e2db534d664a60a0b0fa241ec08 (patch) | |
| tree | 957299e0685b69cf759b835b95a1ca00b1432490 | |
| parent | 0fa2b83829d24bc40cc75dc48e71d3e7787dda35 (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index fe50e93d3b5b..60d551f5c4fe 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -248,6 +248,8 @@ SRCS+= buildinf.h INCS+= opensslconf.h evp.h INCSDIR= ${INCLUDEDIR}/openssl +CSTD= c89 + CLEANFILES= buildinf.h opensslconf.h evp.h buildinf.h: |
