Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
lib
/
libwrap
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
234
N/A
#
234
N/A
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
234
N/A
# Use is subject to license terms.
234
N/A
#
234
N/A
# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
234
N/A
#
234
N/A
234
N/A
include
../
Makefile.lib
234
N/A
234
N/A
HDRS
=
tcpd.h
234
N/A
CHECKHDRS
=
234
N/A
HDRDIR
= .
234
N/A
SUBDIRS
=
$(
MACH
)
234
N/A
$(
BUILD64
)
SUBDIRS
+=
$(
MACH64
)
234
N/A
234
N/A
all
:=
TARGET
=
all
234
N/A
clean
:=
TARGET
=
clean
234
N/A
clobber
:=
TARGET
=
clobber
234
N/A
install
:=
TARGET
=
install
234
N/A
lint
:=
TARGET
=
lint
2790
N/A
234
N/A
.
KEEP_STATE
:
2790
N/A
2790
N/A
all
clean
clobber
install
lint
:
$(
SUBDIRS
)
2790
N/A
234
N/A
install_h
:
$(
ROOTHDRS
)
234
N/A
234
N/A
check
:
$(
CHECKHDRS
)
234
N/A
618
N/A
$(
SUBDIRS
)
:
FRC
234
N/A
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
234
N/A
844
N/A
FRC
:
844
N/A
234
N/A
include
../
Makefile.targ
1258
N/A