diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-16 01:49:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-16 01:49:39 +0000 |
commit | ed343173b41b3b9e432cacf4fca78844d512d7ab (patch) | |
tree | e54ab9fbb9e8fb4016b1befe8527d0c9968b0a8e /lib/libcompat | |
parent | 575b2665700b33868fec765c507ce264598ac3ec (diff) |
getpw(3) goes; miod
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 0608229e6f6..df8367187d1 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:08 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2002/02/16 01:49:38 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ LIB= compat @@ -15,14 +15,14 @@ NOPIC= nopic ${.CURDIR}/regexp # compat 4.1 sources -# missing: getpw.c tell.c vlimit.c vtimes.c +# missing: tell.c vlimit.c vtimes.c SRCS= gtty.c ftime.c stty.c .if (${MACHINE} == "vax") # missing: (for vax) reset.s .endif -MAN+= ftime.3 getpw.3 stty.3 vlimit.3 vtimes.3 +MAN+= ftime.3 stty.3 vlimit.3 vtimes.3 MLINKS+=stty.3 gtty.3 |