Makefile (5661bb7641e85c46713da7a3002b29ecd2c3daf0) Makefile (d17be682a2c70b4505d43c830bbd2603da11918d)
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

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

39
40LDLIBS_i386= -lfdisk
41LDLIBS_sparc=
42LDLIBS += -ladm -lefi $(LDLIBS_$(MACH))
43
44i386_CFLAGS += -D_LARGEFILE64_SOURCE
45i386_CFLAGS += -D_FILE_OFFSET_BITS=64
46
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

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

39
40LDLIBS_i386= -lfdisk
41LDLIBS_sparc=
42LDLIBS += -ladm -lefi $(LDLIBS_$(MACH))
43
44i386_CFLAGS += -D_LARGEFILE64_SOURCE
45i386_CFLAGS += -D_FILE_OFFSET_BITS=64
46
47LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -erroff=E_NAME_DEF_NOT_USED2
48
49all: $(ROOTFS_PROG)
50
51install: all $(ROOTSBINPROG) $(ROOTSBINLINK)
52
53$(ROOTSBINLINK): FRC
54 -$(RM) $@; $(SYMLINK) ../../sbin/$(PROG) $@
55
56FRC:
57
58clean:
59
47all: $(ROOTFS_PROG)
48
49install: all $(ROOTSBINPROG) $(ROOTSBINLINK)
50
51$(ROOTSBINLINK): FRC
52 -$(RM) $@; $(SYMLINK) ../../sbin/$(PROG) $@
53
54FRC:
55
56clean:
57
60lint: lint_PROG
61
62include ../Makefile.targ
58include ../Makefile.targ