10 lines
324 B
Makefile
10 lines
324 B
Makefile
#ident "@(#)noshlparanoia.mk 1.1 06/07/21 "
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
all:
|
|
@echo " ==> NO shared libs on this platform (yet)"
|