summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-10 10:19:03 +0000
committersobomax <sobomax@FreeBSD.org>2002-09-10 10:19:03 +0000
commitc0578a26a51e37046e343f46463430e45f65c203 (patch)
tree569b6921888bb674859afbd76eea6f24f33f9125 /sys/modules/if_gre
parent80df78435a9e03bd1df460f4e1ac4a6afbddd219 (diff)
downloadFreeBSD-src-c0578a26a51e37046e343f46463430e45f65c203.zip
FreeBSD-src-c0578a26a51e37046e343f46463430e45f65c203.tar.gz
Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line with
other #define FOO.
Diffstat (limited to 'sys/modules/if_gre')
-rw-r--r--sys/modules/if_gre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile
index 731ffd5..5ef40ca 100644
--- a/sys/modules/if_gre/Makefile
+++ b/sys/modules/if_gre/Makefile
@@ -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}
OpenPOWER on IntegriCloud