diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 19:59:24 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 19:59:24 +0000 |
commit | c9ea440778e9310dbc6acf71213994a032101eb2 (patch) | |
tree | 564013c439ddcf93aec439440002d5eb784eae69 /lib/libutil/Makefile | |
parent | b2fb130e47aa017b38d5d193563fef8fd0fbd1bb (diff) |
added password configuration access function, used to determine
password cipher type at the moment
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 c2cec01836b..a5c450ccf60 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1996/12/23 08:25:30 downsj Exp $ +# $OpenBSD: Makefile,v 1.12 1997/02/16 19:59:17 provos Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util @@ -10,7 +10,7 @@ SRCS= getmaxpartitions.c getrawpartition.c login.c login_tty.c logout.c \ # XXX need login_fbtab.3 MAN= getmaxpartitions.3 getrawpartition.3 login.3 opendev.3 openpty.3 \ - pw_init.3 pw_lock.3 readlabelfs.3 scsi.3 + pw_init.3 pw_lock.3 readlabelfs.3 scsi.3 pw_getconf.3 MLINKS+=login.3 logout.3 MLINKS+=login.3 logwtmp.3 |