diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:05:24 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:05:24 +0000 |
| commit | a06f83e522d564487e3fc3672f2ea841b5750c4d (patch) | |
| tree | 9ec4a6448699c0d37f3e5a94d47e04486f13ff68 | |
| parent | 573e0948ea5943b0afa7bd71a6b8ec77210e96ac (diff) | |
Notes
| -rw-r--r-- | usr.sbin/tcpdmatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index 6bc67dcb5c3e..161d54b1680e 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -8,7 +8,7 @@ PROG= tcpdmatch MAN= tcpdmatch.8 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c -CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \ +CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 .if !defined(NOINET6) CFLAGS+=-DINET6 |
