diff options
author | wpaul <wpaul@FreeBSD.org> | 1995-02-07 19:10:39 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1995-02-07 19:10:39 +0000 |
commit | 99031c35608fd56a6c964132c0e43745464a4e74 (patch) | |
tree | e6fa65583e86c41a492d0acf730946106d5f5e17 /gnu/Makefile | |
parent | 3b59d5225b99046409c631470968206e23d46232 (diff) | |
download | FreeBSD-src-99031c35608fd56a6c964132c0e43745464a4e74.zip FreeBSD-src-99031c35608fd56a6c964132c0e43745464a4e74.tar.gz |
Hurm... I could have sworn I added usr.sbin to the top level GNU
Makefile. Apparently I was mistaken. *groan*
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 f327d5a..6bc3f4d 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= games include lib libexec usr.bin +SUBDIR= games include lib libexec usr.bin usr.sbin .include <bsd.subdir.mk> |