ispcvt Makefile looked like it was trying to install ispcvt in /usr/sbin.

Changes to make that happen.  From PR 3570.
This commit is contained in:
phil 1997-07-17 19:47:10 +00:00
parent 337622d4c1
commit f49d42bbb3
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.5 1997/03/28 20:22:55 christos Exp $
# $NetBSD: Makefile.inc,v 1.6 1997/07/17 19:47:10 phil Exp $
ECHO ?= echo
BINDIR = /usr/local/bin
BINDIR ?= /usr/local/bin
FONTDIR = /usr/share/misc/pcvtfonts
LIBDIR = /usr/local/lib
LIBMODE = 644

View File

@ -2,6 +2,7 @@ PROG= ispcvt
NOMAN= yes
BINDIR= /usr/sbin
.include <bsd.prog.mk>
BINDIR= /usr/sbin