freebsd-ports/sysutils/ufs_copy/files/patch-Makefile
MANTANI Nobutaka aeae7f4dc7 Add ufs_copy.
The ufs_copy copies a UFS filesystem image like dd(1).
It doesn't copy free blocks for speed and it generates a sparse destination
file for saving space.

WWW: http://people.freebsd.org/~simokawa/ufs/
2005-07-03 13:58:06 +00:00

11 lines
234 B
Text

--- Makefile.orig Sun Jul 3 00:10:17 2005
+++ Makefile Sun Jul 3 00:10:38 2005
@@ -4,7 +4,7 @@
PROG= ufs_copy
WARNS= 0
MAN=
-NOSHARED?= YES
+NO_SHARED?= YES
LDADD= -lufs
CFLAGS+= -Wall -Wformat
BINDIR?= /sbin