13 lines
183 B
Makefile
13 lines
183 B
Makefile
#!smake
|
|
#ident "$Revision: 1.1 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
SUBDIRS = nfs
|
|
|
|
default install $(COMMONTARGS) lint debug : $(_FORCE)
|
|
$(SUBDIRS_MAKERULE)
|
|
|
|
$(_FORCE):
|
|
|