display the file modes, not just the octal value on overwrite
[unix-history] / usr / src / bin / mv / Makefile
CommitLineData
dfb144fc 1# @(#)Makefile 8.2 (Berkeley) %G%
7ac717e8 2
770d844a 3PROG= mv
7ac717e8 4
dfb144fc
KB
5DPADD= ${LIBUTIL}
6LDADD= -lutil
7
770d844a 8.include <bsd.prog.mk>