From cd0e1ea5f53f5f92263d437178724f16efed8dc8 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 8 Oct 2000 16:56:04 +0000 Subject: Don't install manpages. They are being moved elsewhere, and they are causing problems being here. --- sys/modules/joy/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/modules/joy') diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index fd21668..379bbc9 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -3,9 +3,6 @@ .PATH: ${.CURDIR}/../../isa KMOD = joy SRCS = bus_if.h device_if.h isa_if.h joy.c -.if exists(${DESTDIR}/usr/share/man/man8) -MAN8 = joy.8 -.endif .if exists(${DESTDIR}/usr/bin) afterinstall: -- cgit v1.1