ac8e5d02cf
Follow-up on r322318 and r322319 and remove the deprecated modules. Shift some now-unused kernel files into userspace utilities that incorporate them. Remove references to removed GEOM classes in userspace utilities. Reviewed by: imp (earlier version) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D21249
15 lines
173 B
Makefile
15 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= fdisk
|
|
SRCS= fdisk.c fdisk_mbr_enc.c
|
|
WARNS?= 4
|
|
MAN= fdisk.8
|
|
|
|
LIBADD= geom
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
sh ${.CURDIR}/runtest.sh
|