Makefile (7c478bd95313f5f23a4c958a745db2134aa03244) Makefile (b39fc4e4289e41b6fd4169d52dce8e899532554e)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

20# CDDL HEADER END
21#
22#ident "%Z%%M% %I% %E% SMI"
23#
24# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25# Use is subject to license terms.
26#
27
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

20# CDDL HEADER END
21#
22#ident "%Z%%M% %I% %E% SMI"
23#
24# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25# Use is subject to license terms.
26#
27
28SHFILES= fastboot
29CLOBBERFILES= $(SHFILES)
28PROG= fastboot
30
29
31SHSRCS= $(SHFILES:%=%.sh)
32
33include ../Makefile.ucbcmd
34
35.KEEP_STATE:
36
30include ../Makefile.ucbcmd
31
32.KEEP_STATE:
33
37all: $(SHFILES)
34all: $(PROG)
38
35
39%: %.sh
40 $(RM) $@
41 $(CP) $< $@
36install: all $(ROOTBIN) $(ROOTPROG)
42
37
43install: all $(ROOTBIN) $(ROOTSHFILES)
44
45clean:
46
47lint:
48
49include ../Makefile.ucbtarg
38clean:
39
40lint:
41
42include ../Makefile.ucbtarg
50