Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
cmd
/
ipf
/
lib
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
#
cmd
/
ipf
/
lib
/
Makefile
#
include
$(
SRC
)
/
lib
/
Makefile.lib
SUBDIRS
=
$(
MACH
)
$(
BUILD64
)
SUBDIRS
+=
$(
MACH64
)
all
:=
TARGET
=
all
install
:=
TARGET
=
install
clean
:=
TARGET
=
clean
clobber
:=
TARGET
=
clobber
lint
:=
TARGET
=
lint
.
KEEP_STATE
:
all
clean
clobber
install
lint
:
$(
SUBDIRS
)
$(
SUBDIRS
)
:
FRC
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
FRC
:
include
$(
SRC
)
/
lib
/
Makefile.targ
include
../
Makefile.ipf