#
# build swapinfo
PROG= swapinfo
SRCS= swapinfo.c devname.c
LDADD= -lutil
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>