Add this so that the top level Makefile can traverse down into here

and build libkern.  This will be enhanced later to build other things.
This commit is contained in:
rgrimes 1994-05-28 04:10:32 +00:00
parent f57092a7df
commit eeeba053c8

5
sys/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
SUBDIR= libkern
.include <bsd.subdir.mk>