diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 11:56:41 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 18:42:15 -0500 |
commit | 8c90be2a29053ac613dfe0c11a423da16c7c4520 (patch) | |
tree | cf31a8e35cd9793f5f6f622b0ffcce61bbad8652 /.gitignore | |
parent | 627b0261a81bb18ef95156baa37101ddcb14e356 (diff) | |
download | portable-8c90be2a29053ac613dfe0c11a423da16c7c4520.tar.gz portable-8c90be2a29053ac613dfe0c11a423da16c7c4520.tar.bz2 portable-8c90be2a29053ac613dfe0c11a423da16c7c4520.zip |
allow nc to build on linux and os x
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ include/pqueue.h | |||
111 | include/tls.h | 111 | include/tls.h |
112 | include/openssl/*.h | 112 | include/openssl/*.h |
113 | 113 | ||
114 | !/apps/nc/readpassphrase.c | ||
114 | /apps/nc/*.h | 115 | /apps/nc/*.h |
115 | /apps/nc/*.c | 116 | /apps/nc/*.c |
116 | /apps/nc/nc* | 117 | /apps/nc/nc* |