Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line with
other #define FOO.
This commit is contained in:
parent
5207d0c8bc
commit
5da5a16d46
@ -14,7 +14,7 @@ opt_ns.h:
|
||||
echo "#define NS 1" > ${.TARGET}
|
||||
|
||||
opt_atalk.h:
|
||||
echo "#define NETATALK" > ${.TARGET}
|
||||
echo "#define NETATALK 1" > ${.TARGET}
|
||||
|
||||
bpf.h:
|
||||
echo "#define NBPF 1" > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user