1 2 3 4 5 6 7 8 9 10 11
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>