diff options
author | markm <markm@FreeBSD.org> | 1999-04-11 09:22:17 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-04-11 09:22:17 +0000 |
commit | 9012e78ce46db3225223ddbc2aeb549be9b13561 (patch) | |
tree | 43f769771cf14e054c3331caede4e8972e361dcf /usr.sbin/inetd/Makefile | |
parent | e52674f2ac1c918ec787302fd5b4eeb7c27e668f (diff) | |
download | FreeBSD-src-9012e78ce46db3225223ddbc2aeb549be9b13561.zip FreeBSD-src-9012e78ce46db3225223ddbc2aeb549be9b13561.tar.gz |
Fix the "internal" wrapping as well as a nasty bug involving
the daemon name vs the path. Also fix some warnings and improve
the wrapper section of the man page.
Nice debugging work by: Sheldon Hearn
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r-- | usr.sbin/inetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 1c671fc..4178a23 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,11 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1999/03/28 10:50:30 markm Exp $ PROG= inetd MAN8= inetd.8 MLINKS= inetd.8 inetd.conf.5 -COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP +COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL #COPTS+= -DSANITY_CHECK DPADD+= ${LIBUTIL} ${LIBWRAP} |