mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
|
|
PACKAGE=ufs
|
|
PROG= fsirand
|
|
MAN= fsirand.8
|
|
LIBADD= ufs
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|