mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-02 19:51:25 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
8 lines
105 B
Makefile
8 lines
105 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= edquota
|
|
MAN= edquota.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|