diff options
author | ache <ache@FreeBSD.org> | 1994-12-28 03:51:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-28 03:51:03 +0000 |
commit | 3179f36757df9f5333c261db8923223380816e54 (patch) | |
tree | 2c91907b0d9bec86c74a34d08cd27c30a488bbac /share/mk/bsd.man.mk | |
parent | 26fa5504b253d514c6b8b9257b204cce3b9c4dab (diff) | |
download | FreeBSD-src-3179f36757df9f5333c261db8923223380816e54.zip FreeBSD-src-3179f36757df9f5333c261db8923223380816e54.tar.gz |
Move INSTALL?=install line duplicated into each .mk to sys.mk
instead
Diffstat (limited to 'share/mk/bsd.man.mk')
-rw-r--r-- | share/mk/bsd.man.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 17244f5..2dd9d99 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,11 +1,10 @@ # from: @(#)bsd.man.mk 5.2 (Berkeley) 5/11/90 -# $Id: bsd.man.mk,v 1.2 1994/08/04 21:09:24 wollman Exp $ +# $Id: bsd.man.mk,v 1.3 1994/08/28 15:37:40 bde Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif -INSTALL?= install MANGRP?= bin MANOWN?= bin MANMODE?= 444 |