diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-08 16:56:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-08 16:56:04 +0000 |
| commit | 23b16c61fa8d2a29643c8e6b7e083cc69b9d54a6 (patch) | |
| tree | b56d2e3139d4af391724217f4621bcace6cf9490 /sys/modules/joy | |
| parent | 376cb06d7c4c0c5a0e895f08941f0550ff53eec5 (diff) | |
Notes
Diffstat (limited to 'sys/modules/joy')
| -rw-r--r-- | sys/modules/joy/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index fd2166841178..379bbc98f8b8 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: |
