]>
Commit | Line | Data |
---|---|---|
3d9156a7 A |
1 | # For the NetBSD auto patching mechanism and compatibility environment |
2 | # setup, original NetBSD sources a put into a NetBSD 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 NBSD* variables are set, and bracketed by .include of Makefile.nbsd_begin | |
7 | # and Makefile.nbsd_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 | NBSDMAN1= | |
13 | NBSDMAN2= | |
14 | NBSDMAN3= | |
15 | NBSDMAN4= | |
16 | NBSDMAN5= | |
17 | NBSDMAN6= | |
18 | NBSDMAN7= | |
19 | NBSDMAN8= | |
20 | NBSDMAN9= | |
21 | NBSDMDSRCS= | |
22 | NBSDMISRCS= | |
23 | NBSDHDRS= | |
24 | NBSDSRCS= |