Files
Arquivotheca.SunOS-4.1.4/sys/kadb/Makefile
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
263 B
Makefile

#
# @(#)Makefile 1.1 94/10/31 SMI
#
ARCH:sh = arch -k
#
# All the real work gets done in ./$(ARCH), and that's where the targets
# wind up. This makefile just gets us there.
#
kadb all lint install install_h clean tags depend:
cd $(ARCH); $(MAKE) $(MFLAGS) $@