diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
commit | 3ac06aac07cc33b027d1fa594ed74029dcb95797 (patch) | |
tree | 80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/uucp/uupoll | |
parent | 2751343523c9bb9aa93dd1140a938c0f6077551a (diff) | |
download | FreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.zip FreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.tar.gz |
More merry makefile munging for man page compatability.
Diffstat (limited to 'usr.bin/uucp/uupoll')
-rw-r--r-- | usr.bin/uucp/uupoll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/uucp/uupoll/Makefile b/usr.bin/uucp/uupoll/Makefile index fd39c3c..97794d5 100644 --- a/usr.bin/uucp/uupoll/Makefile +++ b/usr.bin/uucp/uupoll/Makefile @@ -5,6 +5,6 @@ CFLAGS+=-I${.CURDIR}/../includes BINMODE=6555 DPADD= ${LIBCOMPAT} LDADD= ${LIBUU} -lcompat -MAN8= uupoll.0 +MAN8= uupoll.8 .include <bsd.prog.mk> |