delete MANDIR=/usr/share/man/man,

it breaks `env MANDIR=<dir> make maninstall'
This commit is contained in:
Wolfram Schneider 1996-05-21 18:09:11 +00:00
parent 4a62209c07
commit 18e75007df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15842

View File

@ -1,6 +1,8 @@
# $Id: $
PROG= apm
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
MANDIR= /usr/share/man/man
MAN8= apm.8
MLINKS= apm.8 zzz.8
.include <bsd.prog.mk>