diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:04:50 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:04:50 +0000 |
| commit | ad7076c9929895b67c634078a2278252c249b1ac (patch) | |
| tree | 01adc9963b28b83ae1a39723fee3f1fe0efd30ba /usr.bin | |
| parent | bb9656377b1e1a3a0d4822980f327c18bab594f7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/compress/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 01c59bb982fe..0f6f5ddab9ce 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -5,4 +5,7 @@ SRCS= compress.c zopen.c LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 +# XXX zopen is not part of libc +# MAN3=zopen.3 + .include <bsd.prog.mk> |
