aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-12-19 04:49:11 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-12-19 04:49:11 +0000
commitf223e4e9196b183194361446d90fff3ecb30fb41 (patch)
tree7a291b22bda02fc49b56e460106a991324387393 /usr.bin/logger
parent09fe07d9ebb963af5bf3f086853cb064671819a6 (diff)
Notes
Diffstat (limited to 'usr.bin/logger')
-rw-r--r--usr.bin/logger/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile
index 163cdec2678f..48c52513500d 100644
--- a/usr.bin/logger/Makefile
+++ b/usr.bin/logger/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= logger
-COPTS+= -DINET6
+CFLAGS+=-DINET6
.include <bsd.prog.mk>