diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2006-04-17 19:52:00 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2006-04-17 19:52:00 +0000 |
| commit | f3c6fec05f07a141ec6fa3d198f268a51b62a173 (patch) | |
| tree | b9f5dbc5b9ce3b8b5886b07dc4f5afa0d348dc56 /usr.sbin/inetd | |
| parent | 2971c36136e01558b58aa4485ecf957f1760121f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd')
| -rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 7e554a6a6e1e..afe4c5113580 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -7,7 +7,7 @@ MLINKS= inetd.8 inetd.conf.5 SRCS= inetd.c builtins.c WARNS?= 2 -CFLAGS+= -DLOGIN_CAP -fno-builtin +CFLAGS+= -DLOGIN_CAP #CFLAGS+= -DSANITY_CHECK DPADD= ${LIBUTIL} ${LIBWRAP} |
