git @ Cat's Eye Technologies Bhuna / rel_0_7_2011_0427 src / Makefile
rel_0_7_2011_0427

Tree @rel_0_7_2011_0427 (Download .tar.gz)

Makefile @rel_0_7_2011_0427raw · history · blame

SUBDIR=lib modules driver

strip:
	( cd lib && make strip )
	( cd modules && make strip )
	( cd driver && make strip )

static:
	( cd driver && make static )

.include <bsd.subdir.mk>