13 lines
216 B
Makefile
13 lines
216 B
Makefile
#!smake
|
|
#ident "$Revision: 1.10 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
SUBDIRS = ggd_tst inode rw vnode mmap
|
|
|
|
default install $(COMMONTARGS) debug xfsdebug lint: $(_FORCE)
|
|
$(SUBDIRS_MAKERULE)
|
|
|
|
$(_FORCE):
|
|
|