# # build swapinfo # PROG= swapinfo SRCS= swapinfo.c devname.c DPADD= ${LIBUTIL} LDADD= -lutil BINGRP= kmem BINMODE=2555 .include