Hurm... I could have sworn I added usr.sbin to the top level GNU

Makefile. Apparently I was mistaken. *groan*
This commit is contained in:
Bill Paul 1995-02-07 19:10:39 +00:00
parent 5404440735
commit 6c1bb9003f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6236

View File

@ -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>