Deleted Added
full compact
install-mk (300313) install-mk (301462)
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.126 2016/05/18 20:54:55 sjg Exp $
58# $Id: install-mk,v 1.128 2016/06/03 17:22:32 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=20160512
73MK_VERSION=20160602
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 ---