diff options
| author | Brent Cook <bcook@openbsd.org> | 2017-04-12 08:18:20 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2017-04-12 08:18:20 -0500 |
| commit | 9d2418ae3a0b9577fdea0bac90802d8c0147f7f4 (patch) | |
| tree | 3cc37172a24cb481968a2cda493fb8556325d0a8 /apps | |
| parent | 922cd9c94ecc20989a3bce1069a786f31a199b90 (diff) | |
| download | portable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.tar.gz portable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.tar.bz2 portable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.zip | |
add nc(1) manpage to install if enabled
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/nc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index 791eade..4b5b561 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am | |||
| @@ -4,6 +4,7 @@ if BUILD_NC | |||
| 4 | 4 | ||
| 5 | if ENABLE_NC | 5 | if ENABLE_NC |
| 6 | bin_PROGRAMS = nc | 6 | bin_PROGRAMS = nc |
| 7 | dist_man_MANS = nc.1 | ||
| 7 | else | 8 | else |
| 8 | noinst_PROGRAMS = nc | 9 | noinst_PROGRAMS = nc |
| 9 | endif | 10 | endif |
