NetBSD/bin/mv/Makefile

10 lines
167 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:26 christos Exp $
1995-03-21 12:01:59 +03:00
# @(#)Makefile 8.2 (Berkeley) 4/2/94
1993-03-21 12:45:37 +03:00
PROG= mv
1994-09-22 13:24:46 +04:00
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>