Makefile revision 70818f5837509317d1f5dac4d82d7b5a2d547c29
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
$(PRIDIR)
# include ../../sun4/chip/Makefile.chip
%.o: $(SUN4DIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(LINT.c) -c $<
# end of what would be body of ../../sun4/mem/Makefile.mem
%.o: $(PRIDIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(LINT.c) -c $<