install-mk (49caa483b3fafffd9cf5197eb30e8bb235aa7410) install-mk (ef0b253881c9546ff88d3ed8480df7c791b3ddff)
1:
2# NAME:
3# install-mk - install mk files
4#
5# SYNOPSIS:
6# install-mk [options] [var=val] [dest]
7#
8# DESCRIPTION:

--- 41 unchanged lines hidden (view full) ---

50# mk dir - '/usr/share/mk') we install our own 'sys.mk' which
51# includes a sys specific file, or a generic one.
52#
53#
54# AUTHOR:
55# Simon J. Gerraty <sjg@crufty.net>
56
57# RCSid:
1:
2# NAME:
3# install-mk - install mk files
4#
5# SYNOPSIS:
6# install-mk [options] [var=val] [dest]
7#
8# DESCRIPTION:

--- 41 unchanged lines hidden (view full) ---

50# mk dir - '/usr/share/mk') we install our own 'sys.mk' which
51# includes a sys specific file, or a generic one.
52#
53#
54# AUTHOR:
55# Simon J. Gerraty <sjg@crufty.net>
56
57# RCSid:
58# $Id: install-mk,v 1.170 2020/05/15 21:40:24 sjg Exp $
58# $Id: install-mk,v 1.172 2020/06/06 22:41:15 sjg Exp $
59#
60# @(#) Copyright (c) 1994 Simon J. Gerraty
61#
62# This file is provided in the hope that it will
63# be of use. There is absolutely NO WARRANTY.
64# Permission to copy, redistribute or otherwise
65# use this file is hereby granted provided that
66# the above copyright notice and this notice are
67# left intact.
68#
69# Please send copies of changes and bug-fixes to:
70# sjg@crufty.net
71#
72
59#
60# @(#) Copyright (c) 1994 Simon J. Gerraty
61#
62# This file is provided in the hope that it will
63# be of use. There is absolutely NO WARRANTY.
64# Permission to copy, redistribute or otherwise
65# use this file is hereby granted provided that
66# the above copyright notice and this notice are
67# left intact.
68#
69# Please send copies of changes and bug-fixes to:
70# sjg@crufty.net
71#
72
73MK_VERSION=20200515
73MK_VERSION=20200606
74OWNER=
75GROUP=
76MODE=444
77BINMODE=555
78ECHO=:
79SKIP=
80cp_f=-f
81

--- 104 unchanged lines hidden ---
74OWNER=
75GROUP=
76MODE=444
77BINMODE=555
78ECHO=:
79SKIP=
80cp_f=-f
81

--- 104 unchanged lines hidden ---