16664 Update AMD microcode to 20240710
[illumos-gate.git] / usr / src / lib / libwrap / Makefile
blob5b45ed444b405c0a2b1afc374229c8578a78ea04
2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
8 include ../Makefile.lib
10 HDRS = tcpd.h
11 CHECKHDRS =
12 HDRDIR = .
13 SUBDIRS = $(MACH)
14 $(BUILD64)SUBDIRS += $(MACH64)
16 all := TARGET = all
17 clean := TARGET = clean
18 clobber := TARGET = clobber
19 install := TARGET = install
21 .KEEP_STATE:
23 all clean clobber install: $(SUBDIRS)
25 install_h: $(ROOTHDRS)
27 check: $(CHECKHDRS)
29 $(SUBDIRS): FRC
30 @cd $@; pwd; $(MAKE) $(TARGET)
32 FRC:
34 include ../Makefile.targ