Makefile (7014882c) Makefile (d3b5f563)
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#

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

27#
28
29PROG= devinfo
30
31include ../Makefile.cmd
32
33LDLIBS += -ladm -lefi
34CFLAGS += $(CCVERBOSE)
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#

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

27#
28
29PROG= devinfo
30
31include ../Makefile.cmd
32
33LDLIBS += -ladm -lefi
34CFLAGS += $(CCVERBOSE)
35CERRWARN += -_gcc=-Wno-uninitialized
35CERRWARN += $(CNOWARN_UNINIT)
36
37.KEEP_STATE:
38
39all: $(PROG)
40
41install: all $(ROOTUSRSBINPROG)
42
43clean:
44
45lint: lint_PROG
46
47include ../Makefile.targ
48
36
37.KEEP_STATE:
38
39all: $(PROG)
40
41install: all $(ROOTUSRSBINPROG)
42
43clean:
44
45lint: lint_PROG
46
47include ../Makefile.targ
48