mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-30 05:01:39 +01:00
10 lines
111 B
Makefile
10 lines
111 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/2/94
|
|
# $Id$
|
|
|
|
PROG= mv
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|