]>
Commit | Line | Data |
---|---|---|
3d9156a7 A |
1 | # For the OpenBSD auto patching mechanism and compatibility environment |
2 | # setup, original OpenBSD sources a put into a OpenBSD 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 OBSD* variables are set, and bracketed by .include of Makefile.obsd_begin | |
7 | # and Makefile.obsd_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 | OBSDMAN1= | |
13 | OBSDMAN2= | |
14 | OBSDMAN3= | |
15 | OBSDMAN4= | |
16 | OBSDMAN5= | |
17 | OBSDMAN6= | |
18 | OBSDMAN7= | |
19 | OBSDMAN8= | |
20 | OBSDMAN9= | |
21 | OBSDMDSRCS= | |
22 | OBSDMISRCS= | |
23 | OBSDHDRS= | |
24 | OBSDSRCS= |