mirror of
https://github.com/opnsense/src.git
synced 2026-06-22 23:19:17 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
22 lines
275 B
Makefile
22 lines
275 B
Makefile
|
|
# 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>
|