Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
lib
/
libwrap
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
f717cf302ad33ac8dcb06cab149e63a1f07618c5
Wyllys Ingersoll
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
include
../
Makefile.lib
HDRS
=
tcpd.h
CHECKHDRS
=
HDRDIR
= .
SUBDIRS
=
$(
MACH
)
ROOTHDRDIR
=
$(
ROOTSFWINCLUDE
)
all
:=
TARGET
=
all
clean
:=
TARGET
=
clean
clobber
:=
TARGET
=
clobber
install
:=
TARGET
=
install
lint
:=
TARGET
=
lint
.
KEEP_STATE
:
all
clean
clobber
install
lint
:
$(
SUBDIRS
)
install_h
:
$(
ROOTHDRS
)
check
:
$(
CHECKHDRS
)
$(
SUBDIRS
)
:
FRC
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
FRC
:
$(
ROOTHDRS
)
:
$(
ROOTHDRDIR
)
$(
ROOTHDRDIR
)
:
$(
ROOTSFW
)
$(
INS.dir
)
$(
ROOTSFW
)
:
$(
INS.dir
)
include
../
Makefile.targ