mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
c6db8143ed
Reduce overlinking
10 lines
83 B
Makefile
10 lines
83 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PROG= snapinfo
|
|
MAN= snapinfo.8
|
|
|
|
LIBADD= ufs
|
|
|
|
.include <bsd.prog.mk>
|