NetBSD/bin/mv/Makefile
christos 3c953c7e32 Fix compiler warnings.
Add WARNS=1
1997-07-20 19:07:49 +00:00

11 lines
176 B
Makefile

# $NetBSD: Makefile,v 1.7 1997/07/20 19:07:49 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 4/2/94
WARNS= 1
PROG= mv
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>