mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
labeled are selected in the same way as with the remove command. Update the manpage to have the selection options described for the label command and referenced to it from the remove command. The label can be specified on the command line with the -l option or read from a file with the -f option. In both cases, the label is assumed to be encoded in UTF-8. PR: ia64/83124 MFC after: 1 week
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gpt
|
|
SRCS= add.c create.c destroy.c gpt.c label.c map.c migrate.c recover.c \
|
|
remove.c show.c
|
|
WARNS?= 4
|
|
MAN= gpt.8
|
|
|
|
.include <bsd.prog.mk>
|