nvmecontrol: One file per line

Move to a one file per line setup, and sort the files alphabetically.

Sponsored by:		Netflix
Reviewed by:		chuck, jhb
Differential Revision:	https://reviews.freebsd.org/D44684
This commit is contained in:
Warner Losh 2024-04-16 16:37:30 -06:00
parent 98ab7d0a30
commit 49ea0889f2

View file

@ -2,11 +2,24 @@
PACKAGE=nvme-tools
PROG= nvmecontrol
SRCS= comnd.c nvmecontrol.c
SRCS+= devlist.c firmware.c format.c identify.c logpage.c ns.c nsid.c
SRCS+= perftest.c power.c reset.c resv.c sanitize.c
SRCS+= comnd.c
SRCS+= devlist.c
SRCS+= firmware.c
SRCS+= format.c
SRCS+= identify.c
SRCS+= identify_ext.c
SRCS+= logpage.c
SRCS+= nc_util.c
SRCS+= ns.c
SRCS+= nsid.c
SRCS+= nvme_util.c
SRCS+= nvmecontrol.c
SRCS+= passthru.c
SRCS+= identify_ext.c nvme_util.c nc_util.c
SRCS+= perftest.c
SRCS+= power.c
SRCS+= reset.c
SRCS+= resv.c
SRCS+= sanitize.c
SRCS+= selftest.c
MAN= nvmecontrol.8
LDFLAGS+= -rdynamic