diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
| commit | 0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf (patch) | |
| tree | c8a27c2bedbb21bf9014b25f896a4e3240049a25 /lib/libutil/Makefile | |
| parent | 71207448cf3eb42617320efb36e7aa9d76c4c98e (diff) | |
Notes
Diffstat (limited to 'lib/libutil/Makefile')
| -rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index f0e9fdac34d18..e79b4add8d058 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -5,6 +5,7 @@ LIB= util SHLIB_MAJOR= 2 SHLIB_MINOR= 2 CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys +CFLAGS+=-DINET6 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 realhostname.c fparseln.c \ @@ -13,7 +14,7 @@ INCS= libutil.h login_cap.h 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 realhostname.3 \ - trimdomain.3 fparseln.3 + realhostname_sa.3 trimdomain.3 fparseln.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 |
