Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
cmd
/
ipf
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
#
cmd
/
ipf
/
Makefile
#
SUBDIRS
=
etc
examples
\
lib
svc
.
WAIT
\
pfild
tools
LINTCLEAN
=
LINTSUBDIRS
=
include
../
Makefile.cmd
all
:=
TARGET
=
all
install
:=
TARGET
=
install
clean
:=
TARGET
=
clean
clobber
:=
TARGET
=
clobber
lint
:=
TARGET
=
lint
.
KEEP_STATE
:
.
PARALLEL
:
$(
SUBDIRS
)
all
lint
clean
clobber
:
$(
SUBDIRS
)
install
:
$(
SUBDIRS
)
$(
SUBDIRS
)
:
FRC
cd
$@;
pwd
;
$(
MAKE
)
$(
MFLAGS
)
$(
TARGET
)
FRC
:
check
: