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:
Rodney W. Grimes 1994-05-28 04:10:32 +00:00
parent 057254b189
commit 303b706ca0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1598

5
sys/Makefile Normal file
View File

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