kernel - Fix serious bug in MAP_STACK, deprecate auto-grow semantics
[dragonfly.git] / sbin / mount_devfs / Makefile
blob86c61be520e3ce1b7d343f63dabc9172f3f68082
1 PROG= mount_devfs
2 MAN= mount_devfs.8
4 LDADD= -lutil
5 DPADD= ${LIBUTIL}
7 .include <bsd.prog.mk>