mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
23 lines
319 B
Makefile
23 lines
319 B
Makefile
# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
|
|
|
|
# The following modules are not provided:
|
|
# 14.jove
|
|
|
|
SUBDIR= title \
|
|
contents \
|
|
04.csh \
|
|
05.dc \
|
|
06.bc \
|
|
07.mail \
|
|
10.exref \
|
|
11.vitut \
|
|
12.vi \
|
|
13.viref \
|
|
18.msdiffs \
|
|
19.memacros \
|
|
20.meref \
|
|
21.troff \
|
|
22.trofftut
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|