Makefile.cmd (99ba4d70) Makefile.cmd (ed31198c)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

25# Definitions common to command source.
26#
27# include global definitions; SRC should be defined in the shell.
28# SRC is needed until RFE 1026993 is implemented.
29
30include $(SRC)/Makefile.master
31
32LN= ln
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

25# Definitions common to command source.
26#
27# include global definitions; SRC should be defined in the shell.
28# SRC is needed until RFE 1026993 is implemented.
29
30include $(SRC)/Makefile.master
31
32LN= ln
33CP= cp
34SH= sh
35ECHO= echo
36MKDIR= mkdir
37TOUCH= touch
38
39FILEMODE= 0555
40LIBFILEMODE= 0444
41XPG4= $(XPG4PROG:%=%.xpg4)

--- 458 unchanged lines hidden ---
33SH= sh
34ECHO= echo
35MKDIR= mkdir
36TOUCH= touch
37
38FILEMODE= 0555
39LIBFILEMODE= 0444
40XPG4= $(XPG4PROG:%=%.xpg4)

--- 458 unchanged lines hidden ---