]>
Commit | Line | Data |
---|---|---|
9385eb3d A |
1 | # For the FreeBSD auto patching mechanism and compatibility environment |
2 | # setup, original FreeBSD sources a put into a FreeBSD subdirectory. | |
3 | # If a file with the same name, but suffix ".patch" is in that directory, | |
4 | # that patch will be applied before use. | |
5 | # | |
6 | # The FBSD* variables are set, and bracketed by .include of Makefile.fbsd_begin | |
7 | # and Makefile.fbsd_end | |
8 | # | |
9 | # Define (empty) variables so that make doesn't give substitution | |
10 | # errors if the included makefiles don't change these: | |
11 | ||
12 | FBSDMAN1= | |
13 | FBSDMAN2= | |
14 | FBSDMAN3= | |
15 | FBSDMAN4= | |
16 | FBSDMAN5= | |
17 | FBSDMAN6= | |
18 | FBSDMAN7= | |
19 | FBSDMAN8= | |
20 | FBSDMAN9= | |
21 | FBSDMDSRCS= | |
22 | FBSDMISRCS= | |
59e0d9fe | 23 | FBSDHDRS= |
9385eb3d | 24 | FBSDSRCS= |