blob: 038c9533516551ccdf6fdf6bf5c5b7e885f1355a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** sys/unix/Makefile.doc.orig Thu Apr 4 14:17:35 1996
--- sys/unix/Makefile.doc Fri Aug 30 00:16:46 1996
***************
*** 31,37 ****
GAME = nethack
! MANDIR = /usr/man/man6
MANEXT = 6
# manual installation for most BSD-style systems
--- 31,37 ----
GAME = nethack
! MANDIR = ${PREFIX}/man/man6
MANEXT = 6
# manual installation for most BSD-style systems
|