Makefile.com (0c946d80) Makefile.com (bd0ce624)
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

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

32SRCS= installboot.c $(UTILS_SRC) $(EINFO_SRC) $(EXTRA_SRC)
33
34include ../../Makefile.com
35
36CPPFLAGS += -I$(SRC)/uts/common
37
38LDLIBS += -lmd5
39
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

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

32SRCS= installboot.c $(UTILS_SRC) $(EINFO_SRC) $(EXTRA_SRC)
33
34include ../../Makefile.com
35
36CPPFLAGS += -I$(SRC)/uts/common
37
38LDLIBS += -lmd5
39
40C99MODE= $(C99_ENABLE)
40CSTD= $(CSTD_GNU99)
41
42LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
43
44.KEEP_STATE:
45
46all: $(PROG)
47
48$(PROG): $(OBJS)

--- 18 unchanged lines hidden ---
41
42LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
43
44.KEEP_STATE:
45
46all: $(PROG)
47
48$(PROG): $(OBJS)

--- 18 unchanged lines hidden ---