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