diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-04-06 23:02:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-04-06 23:02:35 +0000 |
| commit | 595f220e045c18ca1604d6bf293763b5e71f6c0b (patch) | |
| tree | ecb9858907345a0e8b87eeff31d0c7471206a7f4 /lib/libutil/Makefile | |
| parent | 2075407db296eaaf393d0b75a122d243c1cadef0 (diff) | |
Notes
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 7754e6e98f532..9e9d04be0c98c 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 |
