diff options
author | ache <ache@FreeBSD.org> | 1994-11-08 00:50:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-08 00:50:00 +0000 |
commit | e0333db7f07a9fc54bdcb937c7ffaa91420fc097 (patch) | |
tree | 65bc4081942eb20729618f8d31653e7d49039dcb /gnu/Makefile | |
parent | 355a777f5d6dbfb443b8a18b11e1e3e8ec62c7a0 (diff) | |
download | FreeBSD-src-e0333db7f07a9fc54bdcb937c7ffaa91420fc097.zip FreeBSD-src-e0333db7f07a9fc54bdcb937c7ffaa91420fc097.tar.gz |
Add include
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index c48e251..f327d5a 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= games lib libexec usr.bin +SUBDIR= games include lib libexec usr.bin .include <bsd.subdir.mk> |