Makefile (24fe0b3b) Makefile (b6805bf7)
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

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

24#
25
26PROG= isalist
27SHFILES= optisa
28OBJS= isalist.o
29
30include ../Makefile.cmd
31
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

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

24#
25
26PROG= isalist
27SHFILES= optisa
28OBJS= isalist.o
29
30include ../Makefile.cmd
31
32CLOBBERFILES += $(SHFILES)
33
32FILEMODE= 0555
33
34.KEEP_STATE:
35
36all: $(PROG) $(SHFILES)
37
38$(SHFILES): $(SHFILES).sh
39 -$(RM) $(SHFILES)

--- 14 unchanged lines hidden ---
34FILEMODE= 0555
35
36.KEEP_STATE:
37
38all: $(PROG) $(SHFILES)
39
40$(SHFILES): $(SHFILES).sh
41 -$(RM) $(SHFILES)

--- 14 unchanged lines hidden ---