mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
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>
|