Whoops! Correct cut-and-paste gaffe.

This commit is contained in:
Jordan K. Hubbard 1995-01-12 08:21:31 +00:00
parent 161e6a3e83
commit 533c1db8da

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: bsd.info.mk,v 1.6 1995/01/12 08:20:25 jkh Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@ -20,8 +20,7 @@ all: ${INFO:S/$/.info/g}
DISTRIBUTION?= infodist
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SH
ARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if defined(SRCS)