From 430d9e16c3b2edd44bb491d727cbd3b9d75e46f1 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sat, 29 Sep 2001 17:45:37 +0000 Subject: re-enable pidfile(3). ok millert@ --- lib/libutil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libutil/Makefile') 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 -- cgit v1.2.3