mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restructure the SUBDIR list as 1-per-line and alphabetize, so it will be
easier to add new things (and see what changed) in the future.
This commit is contained in:
parent
63ab7bb3c8
commit
c28ccaf0f2
1 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += controllers if_ic smbus iicbus iicbb iicsmb iic cyapa smb isl jedec_ts
|
||||
SUBDIR = \
|
||||
controllers \
|
||||
cyapa \
|
||||
if_ic \
|
||||
iic \
|
||||
iicbb \
|
||||
iicbus \
|
||||
iicsmb \
|
||||
isl \
|
||||
jedec_ts \
|
||||
smb \
|
||||
smbus \
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue