From 5da5a16d46279b1bf5261b8627b8c7cae4203ad9 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 10 Sep 2002 10:19:03 +0000 Subject: [PATCH] Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line with other #define FOO. --- sys/modules/if_gre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile index 731ffd5ec2d6..5ef40ca18c8f 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}