mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
5404440735
commit
6c1bb9003f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue