diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-12-19 04:49:11 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-12-19 04:49:11 +0000 |
| commit | f223e4e9196b183194361446d90fff3ecb30fb41 (patch) | |
| tree | 7a291b22bda02fc49b56e460106a991324387393 /usr.bin/logger | |
| parent | 09fe07d9ebb963af5bf3f086853cb064671819a6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/logger')
| -rw-r--r-- | usr.bin/logger/Makefile | 2 |
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> |
