diff options
author | brian <brian@FreeBSD.org> | 1999-04-06 23:02:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-04-06 23:02:35 +0000 |
commit | cf0ba219f719b19bf1fc5862d698b2713d849705 (patch) | |
tree | e156c2523449d0ca77b8482a4fc260c2d1c280bc /lib/libutil/Makefile | |
parent | b3871d56a7a5710307edbf003c3c6b5db8f5cce6 (diff) | |
download | FreeBSD-src-cf0ba219f719b19bf1fc5862d698b2713d849705.zip FreeBSD-src-cf0ba219f719b19bf1fc5862d698b2713d849705.tar.gz |
Add realhostname() - a function to correctly lookup
a name by address and ensure that the name resolves
back to the original address.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 7754e6e..9e9d04b 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -7,10 +7,10 @@ CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys #CFLAGS+=LOGIN_CAP_AUTH SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \ login_cap.c login_class.c login_auth.c login_times.c login_ok.c \ - _secure_path.c uucplock.c property.c auth.c + _secure_path.c uucplock.c property.c auth.c realhostname.c MAN3+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \ setproctitle.3 login_cap.3 login_class.3 login_times.3 login_ok.3 \ - _secure_path.3 uucplock.3 property.3 auth.3 + _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 MAN5+= login.conf.5 auth.conf.5 MLINKS+= property.3 properties_read.3 property.3 properties_free.3 MLINKS+= property.3 property_find.3 |