12 lines
182 B
Makefile
12 lines
182 B
Makefile
#!smake
|
|
#ident "$Revision: 1.4 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
SUBDIRS= plot vt0
|
|
|
|
default exports install $(COMMONTARGS): $(_FORCE)
|
|
$(SUBDIRS_MAKERULE)
|
|
|
|
$(_FORCE):
|