diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:37 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:37 +0000 |
commit | 430d9e16c3b2edd44bb491d727cbd3b9d75e46f1 (patch) | |
tree | f24b2f34d2c332d81dd63ce3089c8caf63df578f /lib/libutil/Makefile | |
parent | 85fb35ef19dda07602664ca312a5182b63734223 (diff) |
re-enable pidfile(3). ok millert@
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index aea8ed07051..3b400f3d833 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2001/09/29 10:56:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.25 2001/09/29 17:45:35 jakob Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util @@ -7,11 +7,11 @@ CFLAGS+=-DLIBC_SCCS HDRS= util.h scsi.h SRCS= check_expire.c getmaxpartitions.c getrawpartition.c login.c \ login_tty.c logout.c logwtmp.c opendev.c passwd.c pty.c readlabel.c \ - scsi.c login_fbtab.c uucplock.c fparseln.c opendisk.c + scsi.c login_fbtab.c uucplock.c fparseln.c opendisk.c pidfile.c MAN= check_expire.3 getmaxpartitions.3 getrawpartition.3 login.3 opendev.3 \ openpty.3 pw_init.3 pw_lock.3 readlabelfs.3 scsi.3 pw_getconf.3 \ - uucplock.3 fparseln.3 opendisk.3 login_fbtab.3 + uucplock.3 fparseln.3 opendisk.3 login_fbtab.3 pidfile.3 MLINKS+=login.3 logout.3 MLINKS+=login.3 logwtmp.3 |