Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
lib
/
libwrap
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision f998c95e3b7029fe5f7542e115f7474ddb8024d7
#
# Copyright 2008 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
)
all
:=
TARGET
=
all
clean
:=
TARGET
=
clean
clobber
:=
TARGET
=
clobber
install
:=
TARGET
=
install
lint
:=
TARGET
=
lint
.
KEEP_STATE
:
all
clean
clobber
install
lint
:
$(
SUBDIRS
)
all
install
:
THIRDPARTYLICENSE
install_h
:
$(
ROOTHDRS
)
check
:
$(
CHECKHDRS
)
$(
SUBDIRS
)
:
FRC
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
FRC
:
THIRDPARTYLICENSE
:
DISCLAIMER
$(
GREP
)
-v
'\*\*\*\*'
DISCLAIMER
> $@
CLOBBERFILES
+=
THIRDPARTYLICENSE
include
../
Makefile.targ