--- lib/mkcmd/Make.host.orig Thu Dec 30 15:43:51 1999 +++ lib/mkcmd/Make.host Thu Dec 30 15:48:50 1999 @@ -2,7 +2,7 @@ # Makefile for mkcmd # Kevin S Braunsdorf, PUCC -LIB= ${DESTDIR}/usr/local/lib/mkcmd +LIB= ${DESTDIR}/usr/local/share/mkcmd TEMPL= Template.m bytes.m bytes.mi client.m \ bsd.m \ @@ -88,7 +88,7 @@ install: all FRC -[ -d ${LIB} ] || install -d ${LIB} - ./ubinst.sh -d -t type ${LIB} ${TEMPL} + sh ./ubinst.sh -d -t type ${LIB} ${TEMPL} lint: FRC