kernel - Refactor bcmp, bcopy, bzero, memset
[dragonfly.git] / sbin / mount_udf / Makefile
blob2d055e7ce82fa345c671553d7d34e242cd1e6f93
1 PROG= mount_udf
2 MAN= mount_udf.8
4 LDADD= -lutil
5 DPADD= ${LIBUTIL}
7 .include <bsd.prog.mk>