mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
21 lines
274 B
Makefile
21 lines
274 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>
|