diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-09-05 20:10:59 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-09-05 20:10:59 +0000 |
| commit | f328d583a2124a0cb6b96ed97b40f25b540452df (patch) | |
| tree | daeeec3a70e25abbb362be816bcbe28a07febf84 /usr.bin/logger/Makefile | |
| parent | a950ae83933defc6cc6eaebc4060553ed72704b5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/logger/Makefile')
| -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> |
