Files
Arquivotheca.Solaris-2.5/lib/nametoaddr/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

28 lines
389 B
Makefile
Executable File

#
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
# lib/nametoaddr/Makefile
#
# include global definitions
include ../../Makefile.master
SUBDIRS= straddr
all:= TARGET= all
clean:= TARGET= clean
clobber:= TARGET= clobber
install:= TARGET= install
lint:= TARGET= lint
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: