minix/usr.sbin/mkproto/Makefile
Ben Gras a4a97fe8c9 mkfs.mfs, mkproto: minor features
. mkfs.mfs: -T option to set timestamp of files on FS
	. mkproto: normalize (sort) order of directory entries
	. mkproto bugfix: always print mode in 3 digits (%03o)

Change-Id: Ice06d5f05500cd2ac9b063156c340b8f78fe6441
2013-11-19 15:58:05 +00:00

8 lines
82 B
Makefile

PROG= mkproto
MAN=
LDADD+= -lminlib
DPADD+= ${LIBMINLIB}
.include <bsd.prog.mk>