aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger/Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
commitf328d583a2124a0cb6b96ed97b40f25b540452df (patch)
treedaeeec3a70e25abbb362be816bcbe28a07febf84 /usr.bin/logger/Makefile
parenta950ae83933defc6cc6eaebc4060553ed72704b5 (diff)
Notes
Diffstat (limited to 'usr.bin/logger/Makefile')
-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>